-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for building wazero with GOARCH=wasm #1526
Comments
Hello @supermigo Thanks for reporting tho we're going to need a bit more details from you to be able to help address the issue. Would you be able to resubmit the issue and follow the bug reporting template? |
I believe this is the error when we try to build downstream user of wazero with GOOS=js GOARCH=wasm:
|
Also found that wasip1 doesn't build |
sounds like we are missing an _unsupported.go file somewhere. |
seems that this has been resolved together with #1578 |
../../../../gosrc/pkg/mod/github.com/tetratelabs/[email protected]/internal/sysfs/open_file_js.go:11:81: undefined: File
../../../../gosrc/pkg/mod/github.com/tetratelabs/[email protected]/internal/sysfs/open_file_js.go:16:12: undefined: O_DIRECTORY
../../../../gosrc/pkg/mod/github.com/tetratelabs/[email protected]/internal/sysfs/open_file_js.go:16:26: undefined: O_NOFOLLOW
this error not support wasm
The text was updated successfully, but these errors were encountered: