-
Notifications
You must be signed in to change notification settings - Fork 627
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
Rust sdk does not work, cannot create an instance "thread signal env initialized failed" #3627
Comments
means the wasi argument isn't set correctly. if using iwasm, you might want to use |
@lum1n0us I'm using the wamr-rust-sdk |
@lum1n0us please take a look at the PR I do set I have also tried with other dirs, just like in an example, it fails with "Error: ExecutionError("Exception: unreachable")" To clarify: |
Hello, would you be able to help me with creating WAMR containerd shim?
I have created some PR but I end up with one of the errors:
-"thread signal env initialized failed"
-without any error
-"error running start function: Failed to create instance: InstantiationFailure("error while pre-opening mapped directory: invalid map"
-"Running "_start"" then "Error: ExecutionError("Exception: unreachable")"
My module has only the main function defined.
I have tried disabling hardware checks in WAMR since I'm working on the VM, commit
The text was updated successfully, but these errors were encountered: