#### Feature Please renovate the WASI example in the [documentation](https://docs.wasmtime.dev/examples-rust-wasi.html) and the [code](https://github.com/bytecodealliance/wasmtime/blob/main/examples/wasi-async/main.rs), as they are using old `wasi_common` and super outdated `wasmtime_wasi `. #### Benefit Updating the doc and example should allow newcomers find latest stable way to run WASI components, instead of prehistoric workarounds. #### Implementation I can make a PR.