bytecodealliance / bytecodealliance/wasmtime
Outdated rustdoc for wasmtime-wasi
Open
- Dominant language
- Rust
- Stars
- 18.6k
- Forks
- 1.8k
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 121
Description
[wasmtime-wasi rustdoc](https://docs.rs/wasmtime-wasi/latest/wasmtime_wasi/index.html) currently says:
> wasmtime_wasi::Wasi::new(&Store, WasiCtx) is a struct which owns your WasiCtx and provides linkage to every available snapshot.
But it looks like `wasmtime_wasi::Wasi` struct doesn't exist anymore and, looking at [the other docs](https://docs.wasmtime.dev/examples-rust-wasi.html), seems like imports are provided differently nowadays.
Contributor guide
Assessment
This issue has not been assessed yet.