feat: add __network/html-crawl-parse, __wasm/wasmtime-serde-demo
This commit is contained in:
17
__wasm/wasmtime-serde-demo/docs/examples/README.md
Normal file
17
__wasm/wasmtime-serde-demo/docs/examples/README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# examples
|
||||
|
||||
add wasm target
|
||||
|
||||
```
|
||||
rustup target add wasm32-unknown-unknown
|
||||
```
|
||||
|
||||
compile guest
|
||||
```
|
||||
(cd guest; cargo build)
|
||||
```
|
||||
|
||||
compile and run host
|
||||
```
|
||||
(cd host; cargo run)
|
||||
```
|
||||
Reference in New Issue
Block a user