net: Listen("tcp", "localhost:0")
fails on js/wasm
#59718
Labels
arch-wasm
WebAssembly issues
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-JS
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Run the following program with
GOOS=js GOARCH=wasm
:What did you expect to see?
One of the “…
is not testable
“ messages, or a Listener address.What did you see instead?
Perhaps tellingly,
net/conn_test.go
claims:but then:
(introduced in CL 109995)
(attn @golang/wasm)
The text was updated successfully, but these errors were encountered: