Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)