Closed iawia002 closed 2 months ago
This PR updates the WASI version to 0.2.1 and also updates the associated tool wit-bindgen to support parsing the new syntax.
wit-bindgen
The cargo fmt check fails after this PR (https://github.com/bytecodealliance/wit-bindgen/pull/971) because we no longer use rustfmt to format the generated code, so I removed the corresponding CI.
cargo fmt
rustfmt
This PR updates the WASI version to 0.2.1 and also updates the associated tool
wit-bindgen
to support parsing the new syntax.