| skip_fix: 'TODO: revisit this reason (fix appears to not work with Go <1.18)' |
| skip_fix: 'TODO: revisit this reason (fix appears to not work with Go <1.18)' |
| When invoking functions from WASM modules, built using GOARCH=wasm GOOS=js, |
| passing very large arguments can cause portions of the module to be |
| overwritten with data from the arguments due to a buffer overflow error. |
| If using wasm_exec.js to execute WASM modules, users will need to replace |
| their copy (as described in |
| https://golang.org/wiki/WebAssembly#getting-started) after rebuilding any |
| published: 2022-05-24T20:14:28Z |
| - fix: https://go.dev/cl/354571 |
| - fix: https://go.googlesource.com/go/+/77f2750f4398990eed972186706f160631d7dae4 |
| - report: https://go.dev/issue/48797 |
| - web: https://groups.google.com/g/golang-announce/c/AEBu9j7yj5A |