Update CoreMark

extensions
Volodymyr Shymanskyy 5 years ago
parent 094e86b8e7
commit 86d84f3849

@ -3,9 +3,9 @@
The `coremark` files in this directory were produced by:
```sh
$ make compile PORT_DIR=linux CC=wasicc EXE=-wasi.wasm XCFLAGS="-O3"
$ 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"
$ make compile PORT_DIR=barebones CC=wasicc EXE=-wasi.wasm
$ make compile PORT_DIR=barebones CC=emcc EXE=-emcc.wasm
$ make compile PORT_DIR=barebones CC=emcc EXE=.html
```
### Running WASI version in Wasm3
@ -34,12 +34,12 @@ wasmer run coremark-wasi.wasm
wapm upload
coremark-wasi
# Wasmer-JS (V8) => 9883.376161
# Wasmer-JS (V8) => 10024.057739
# https://www.npmjs.com/package/@wasmer/cli
wasmer-js run coremark-wasi.wasm
# WAVM => 14650.941323
# WAVM => 14781.966001
$ENGINES_PATH/wasm-jit-prototype/_build/bin/wavm run coremark-wasi.wasm
```

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save