feat: copied from github.com/pmalmgren/wasi-data-sharing
This commit is contained in:
18
README.md
18
README.md
@@ -1,3 +1,17 @@
|
||||
# pmalmgren-wasi-data-sharing
|
||||
# Sharing data between hosts with stdio
|
||||
|
||||
From: https://github.com/pmalmgren/wasi-data-sharing
|
||||
This repository has an accompanying [blog post](https://petermalmgren.com/serverside-wasm-data/).
|
||||
|
||||
## Running
|
||||
|
||||
### 1. Build the WASM
|
||||
|
||||
```bash
|
||||
$ cargo build --target wasm32-wasi
|
||||
```
|
||||
|
||||
### 2. Run the example
|
||||
|
||||
```bash
|
||||
$ cargo run --example wasi
|
||||
```
|
||||
Reference in New Issue
Block a user