Open yanganto opened 3 years ago
Currently, wasmtime using cap-std as the interface for wasi. Figure out a good way to provide wasi with or without cap-std from Wasmedge.
wasmtime
cap-std
wasi
Wasmedge
The point is that do we want to operation on file as the same as std of Rust?
std
This issue will dependent on the feature customized stdout and stderr pipe of Wasmedge. https://github.com/WasmEdge/WasmEdge/issues/842
stdout
stderr
Currently,
wasmtime
usingcap-std
as the interface forwasi
. Figure out a good way to providewasi
with or withoutcap-std
fromWasmedge
.The point is that do we want to operation on file as the same as
std
of Rust?