-
Notifications
You must be signed in to change notification settings - Fork 56
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
ruby.wasm doesn't work on Wasmer 3.0 #116
Comments
Thanks for reporting. This is apparently wasmer's issue because wasmer 3.0.2 has incompatibilities with WASI spec for now. Could you report it to wasmer side? |
Thank you for your reply and forward issue to wasmer! Should I close this project? |
Looks like it's fixed in wasmer side :) |
Summary
I tried to execute ruby.wasm via below commands on wasmer 3.0.1, but it doesn't work.
It worked on wasmer 2.3.0 and wasmtime 3.0.0.
I don't have confidence this issue is ruby problem or wasmer problem, but wasmer 3.0.2 can execute some WASM which are created by Rust. So, I report it here.
Environments and install
OS
3.2.0-preview3-bullseye(Docker)
ruby.wasm
wasmer
$ curl https://get.wasmer.io -sSfL | sh $ wasmer --version wasmer 3.0.1
Expectation
success to run ruby.wasm
Actual Error
The text was updated successfully, but these errors were encountered: