-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
write failed error running in wasmtime #511
Comments
Hey @leonardas103! Thanks for submitting the issue. It looks to me like perhaps an issue with our WASI implementation. Could you do me a favour and re-run your binary with logs for
This will effectively enable |
I think this should be closed. It has been a year without response and in the mean time the wasi implementation has been completely rewritten. |
Agreed. @leonardas103 if you're able to reproduce this with a recent Wasmtime build, please let us know. |
Now when I run my old wasm file with wasmtime (0.25.0) I get:
I recompiled the code with the latest rust (1.50.0) and the program works as intended, however in the trace there was an error:
But this is probably nothing. The program writes to file as intended. |
This is somewhat related to: Issue
In wasmtime writing to file I get the following error:
I do include the file directory properly:
wasmtime --dir=. demo.wasm '{"a":"txt","b": 1}'
While with wasmer I do not get this error.
Note: See the code linked in the wasmer issue. Also, this error is the same without the append flag.
The text was updated successfully, but these errors were encountered: