-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
wasm web/wasi target #142
Comments
Are there any plans for compiling buzz to wasm directly? Assuming this ticket is to just allow the buzz interpreter to run within wasm? |
Not sure what you mean? buzz can only run within wasm if built for wasm. |
Ah sorry, I meant creating something like a new For example:
$ buzz -target=wasi_wasm32 -out=main.wasm main.buzz
$ wasmer main.wasm # hello world This is most likely out of scope for the project, but I was just curious if this is a plan for the future. |
Yes this is out of scope. That would require buzz to become an AOT compiled language. |
Reopening because of https://ziglang.org/download/0.12.0/release-notes.html#Bring-Your-Own-OS-API-Layer-Regressed which effectively kills this feature |
Probable issues:
Resources:
The text was updated successfully, but these errors were encountered: