We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Once #2911 is done, we should update Wasmer-WASI with those bindings
The text was updated successfully, but these errors were encountered:
This implies removing the wasi-types crate and using the autogenerated types from wit-bindgen
wasi-types
https://github.com/wasmerio/wasmer/tree/master/lib/wasi-types/src
Sorry, something went wrong.
Here's the old witx format, that we may need to update to newest format: https://github.com/WebAssembly/WASI/tree/main/phases/old/snapshot_0/witx
Note that WITX has splitted into different proposals, and most of the functions preserve the same signature:
It might be good to double check the types with: https://github.com/sunfishcode/preview1.wasm/tree/main/wit
This issue should be fixed by #3177
fschutt
Successfully merging a pull request may close this issue.
Once #2911 is done, we should update Wasmer-WASI with those bindings
The text was updated successfully, but these errors were encountered: