-
Notifications
You must be signed in to change notification settings - Fork 83
Cannot create, read and write using a wasm module #55
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
Comments
I think that this is likely due to rust-lang/rust#79199, can you perhaps try recompiling with the latest Rust nightly and see if that fixes the issue for you? |
I get the same problem with the latest Rust nightly, |
|
Oh, thank you for the explanation. Do you then have any idea why It doesn't work for me as well? |
Hm if it doesn't work with the |
(I am using rustc 1.51.0-nightly) @alexcrichton Could it be that the issue is that |
I found a solution here: rust-lang/rust#79997 (comment) |
Ah oops sorry! I forgot that the new |
I've been trying to create a file and write data to it by using a WebAssembly module written in Rust:
However this does not seem to work at all. Are there any solutions/workarounds for this problem or am I missing something obvious?
Here is my Go code:
The text was updated successfully, but these errors were encountered: