second-state / krustlet-wasmedge-provider

Kubernetes Rust Kubelet
https://krustlet.dev
Apache License 2.0
5 stars 0 forks source link

Figure out the wasi standard for krustlet #3

Open yanganto opened 3 years ago

yanganto commented 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.

The point is that do we want to operation on file as the same as std of Rust?

yanganto commented 3 years ago

This issue will dependent on the feature customized stdout and stderr pipe of Wasmedge. https://github.com/WasmEdge/WasmEdge/issues/842