Running CoreMark-wasi in Wasm3

extensions
Volodymyr Shymanskyy 5 years ago
parent 6726d84dee
commit e061b68dc8

@ -8,7 +8,13 @@ $ make compile PORT_DIR=linux CC=emcc EXE=-side.wasm XCFLAGS="-s SIDE_MODULE=1"
$ make compile PORT_DIR=linux CC=emcc EXE=.html XCFLAGS="-g2"
```
### Running WASI version
### Running WASI version in Wasm3
```sh
../../../build/wasm3 coremark-wasi.wasm _start
```
### Running WASI version on other engines
```sh
export ENGINES_PATH=/opt/wasm_engines

Loading…
Cancel
Save