Files
wasmer/lib/wasi-types/README.md
Christoph Herzog 3b27b50880 build: Refactor wasi-types regenerate.sh to Rust
Replace the lib/wasi-types/regenerate.sh shell script with a Rust
implementation.

We already had some Rust fixup code in lib/wasi-types/wasi-types-generator-extra.

This mostly just converts the "wai-bindgen" CLI invokation into Rust
code that uses the wai-bindgen crates as a dependency.

Also moves the .wit files from "wit-clean" to ./schema/wasi and uses the
.wai extension.

The ./schema dir will also hold Wasix-specific definitions in the future.
2022-12-09 20:14:32 +01:00

795 B

wasmer-wasi-types Build Status Join Wasmer Slack MIT License crates.io

This crate contains the WASI types necessary for wasmer-wasi. Please check this crate to learn more!


To re-generate the bindings, run:

cd ./wasi-types-generator-extra
cargo run