Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jvatic/wasi-streams-demo
Example of using wasi:io/streams with wasmtime
https://github.com/jvatic/wasi-streams-demo
Last synced: 9 days ago
JSON representation
Example of using wasi:io/streams with wasmtime
- Host: GitHub
- URL: https://github.com/jvatic/wasi-streams-demo
- Owner: jvatic
- License: bsd-3-clause
- Created: 2024-08-25T00:30:45.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T01:02:00.000Z (6 months ago)
- Last Synced: 2024-08-26T01:54:38.385Z (5 months ago)
- Language: Rust
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A demo showing usage of `wasi:io/streams`
## Prerequisites
Rust target wasm32-wasi:
```bash
rustup target add wasm32-wasi
```## Usage
```bash
make
```## Acknowledgements
- This is based off of [github.com/cpetig/resource-demo](https://github.com/cpetig/resource-demo).
- A lot of heavy lifting is done by [wasi-async-runtime](https://docs.rs/wasi-async-runtime)