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

https://github.com/byteshiva/wasi-rust-example

WASI RUST Project
https://github.com/byteshiva/wasi-rust-example

Last synced: 2 months ago
JSON representation

WASI RUST Project

Awesome Lists containing this project

README

          

# Build rust project

```
docker build -t my-rust-app .
```

# Run rust project

```
docker run -it --rm my-rust-app /bin/bash
```

# Run wasi
```
wasmtime --dir . target/wasm32-wasi/release/wasi-rust-example.wasm sample-world!
```