Sharing data between hosts with stdio
This repository has an accompanying blog post.
Running
1. Build the WASM
$ cargo build --target wasm32-wasi
2. Run the example
$ cargo run --example wasi
Description
Languages
Rust
100%