WebAssembly / wasi-messaging

messaging proposal for WASI
18 stars 9 forks source link

Request: Demo without depending on Rust #11

Closed guest271314 closed 1 year ago

guest271314 commented 1 year ago

Installing Rust toolchain on a system requires over 1GB - before downloading any crates. That is prohibitive for a temporary file system running on RAM, where only 3GB is available. Downloading crates, i.e., tokio, can easily result in no space left on device error.

danbugs commented 1 year ago

Is this an issue w/ regards to: https://github.com/danbugs/wasi-messaging-demo? If so, I think that might be a better place for it – I'll try and keep issues here mostly related to the interface itself.