You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes, I'm using the latest version of 1.17
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Compile and run the following code as wasm binary
Run on server with the following HTML
I'm using the following golang server to test the web server
Also don't forget to use the
wasm_exec.js
from the GOROOTlibexec/misc/wasm/wasm_exec.js
What did you expect to see?
On browser console expect to see
Code 200 Response len 9953
What did you see instead?
Code 0 Response len 0
The text was updated successfully, but these errors were encountered: