-
Notifications
You must be signed in to change notification settings - Fork 849
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
I'm running demo.wasm in #936 under Windows and an error occurred. #3022
Comments
The panic is occurring inside the wasm binary and not in wasmer. (Wasmer could sure be a little more explicit about this than just printing Could you paste the entire output from the run, especially the
line? |
@jcaesar Thank you very much. That was my problem. |
@jcaesar Sorry, I have another problem.
Does Windows not support the LLVM backend? |
It does but your copy of |
@epilys I didn't build it myself. Do I need to build Wasmer from source code? |
Nope, it should be included by default in Linux. In macOS it also should be present (but not on M1). But in Windows we haven't included it by default |
It seems this issue can be closed by #2148. Closing issue to follow-up there |
Describe the bug
I'm running demo.wasm in #936 under Windows and an error occurred.
Steps to reproduce
The text was updated successfully, but these errors were encountered: