-
Notifications
You must be signed in to change notification settings - Fork 832
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 python 3.11 repl in Rust host #3170
Comments
This I believe should be supported already, so we need to investigate what's going on. |
|
maybe relating. |
Still the same here on Wasmer 3.3.0 whenever I attempt to listen to a socket via Hyper or Rouille:
|
I have the same problems when execute python-3.11.3.wasm from https://github.com/vmware-labs/webassembly-language-runtimes/releases/tag/python%2F3.11.3%2B20230428-7d1b259. See also vmware-labs/webassembly-language-runtimes#106.
|
This fixes the issue |
Thanks, I try to build from master branch and tested, it worked now.
|
First off - thank you for this great effort!
I'm using the wasi-3.11 python.wasm artifact published here in my Rust host app (which is basically just the wasi example in this repo) and I am running into this runtime error:
Here is the relevant portion of my host app:
My guess is that creating the
Instance
is failing because of the missing import, though I'm having trouble tracking down which rabbit hole to descend into to debug the situation. Do y'all have any helpful pointers?The text was updated successfully, but these errors were encountered: