Closed Rory-Z closed 1 year ago
looks like the library doesn't support the platform.
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.
For questions please refer to https://github.com/golang/go/wiki/Questions
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes, the this issue reproduce in the 1.21.3
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I want build wasm like this blog: https://go.dev/blog/wasi, but I got this error:
but when I build go binary, looks good
the code is from https://github.com/emqx/emqx-operator, I'm this repo owner, but I just want learning wasm, so can ignore this repo.
What did you expect to see?
I want build wasm successfully
What did you see instead?