RReverser opened issue #6002:
wasmtime-wasi rustdoc 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, seems like imports are provided differently nowadays.
alexcrichton commented on issue #6002:
Ah yes unfortunately
wasmtime-wasi
isn't super well documented at this time, but PRs to improve this would be much appreciated!
Last updated: Nov 22 2024 at 16:03 UTC