You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across the wasmtime_wasi Rust crate and found the WasiCtx struct really handy, and especially for its insert_file function.
While not being able to identify the equivalence of WasiCtx from wasmtime-go, I see WasiConfig implements some similar functions, including SetStderrFile, SetStdinFile, and SetStdoutFile.
I was wondering if I missed anything or is it not yet supported? If so, are there such a plan to support some more (if not all) APIs available to the rust crates?