bytecodealliance / wasi-rs

Experimental WASI API bindings for Rust
Apache License 2.0
271 stars 48 forks source link

Bump WASI version to 0.2.1 #95

Closed iawia002 closed 2 months ago

iawia002 commented 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.

iawia002 commented 2 months ago

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.