-
Notifications
You must be signed in to change notification settings - Fork 58
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
Compilation error: Implementation limit exceeded #11
Comments
That's probably bytecodealliance/wasmtime#1734, so should hopefully be fixed once that PR lands. @alexcrichton would it be feasible to have wasmtime-py respect |
I've opened bytecodealliance/wasmtime#1737 to get |
Ok I'm going to close this in favor of bytecodealliance/wasmtime#1734 and the upstream issue at bytecodealliance/wasmtime#1587, since I believe those should cover the issues here. |
@whitequark the fix for this issue was just merged. Please let me know if you're still running into an issue on Windows. Thanks! |
I can confirm this fixes the Windows issue. @alexcrichton Is there a chance we can have a wasmtime release? |
Sure yeah, I pushed a 0.16.1 tag which is the exact same as the 0.16.0 tag but should download the latest copies of the C API. We've had some breaking API changes so I'm going to hold off until 0.17.0 of wasmtime itself before publishing that for this extension. CI isn't running, however, so I'm going to need to debug that... |
Ok published now! |
The wasmtime dynamic library needs to be downloaded to wherever wasmtime-py is installed to, and it you're manually installing it that may explain the oddness? |
Some people get this error while instantiating a WASM module, all of them on Windows, e.g. see here. Unfortunately it is quite opaque and I'm not really sure where to go from here, especially since wasmtime-py ignores
RUST_LOG
. How do I debug this?The text was updated successfully, but these errors were encountered: