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
I can build it in ubuntu os, but when build it in windows os, the line below failed.
Is it possible to build in windows os?
BTW, I installed the golang in windows.
[email protected] build-wasm
(cd go && GOOS=js GOARCH=wasm go build -o ../public/main.wasm) && cp "$(go env GOROOT)/misc/wasm/wasm_exec.js" ./public
The text was updated successfully, but these errors were encountered:
I can build it in ubuntu os, but when build it in windows os, the line below failed.
Is it possible to build in windows os?
BTW, I installed the golang in windows.
The text was updated successfully, but these errors were encountered: