-
Notifications
You must be signed in to change notification settings - Fork 16
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
Error running qjs build on python or ruby wasm ext #2
Comments
@syrusakbary ^ do you think it's a wasmer issue rather than quickjs issue? |
Did you use the latest version of wasmer? Does it run the hello world example on wasmer? The REPL won't work yet because |
Latest wasmer 0.6.0, wasmer python library 0.3.0 (or ruby wasmer 0.2.0). |
It's my only guess. |
@Munawwar to run WASI in Wasmer embedded you need the WASI imports as well in Python/Ruby.
Yeah, it's a Wasmer issue/feature (not an issue in quickjs) :) |
So it is possible to compile qjuicks to wasm module. However when trying use it with python for example:
I get the following error:
How to go about this?
The text was updated successfully, but these errors were encountered: