Skip to content

Commit

Permalink
doc(webassembly): update wasmedge
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <sam@secondstate.io>
  • Loading branch information
apepkuss committed Nov 30, 2022
1 parent e6c1e77 commit 44f1c13
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/src/user/webassembly.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ There are 3 things you need to do to run a WebAssembly module with youki.
```console
./script/build.sh -o -r . -f wasm-wasmedge
```
> The `wasm-wasmedge` feature will install WasmEdge Runtime library in the `$HOME/.wasmedge` directory.
> To make the library avaible in your system, run the following command:
> ```bash
> export LD_LIBRARY_PATH=$HOME/.wasmedge/lib
> ```
> or
> ```bash
> source $HOME/.wasmedge/env
> ```
>

- Run `build.sh` with `-f wasm-wasmer` option.

Expand Down

0 comments on commit 44f1c13

Please sign in to comment.