From 626c294244086065fc7b81edcb765cbcb0f18b7f Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Sat, 7 Dec 2019 01:11:08 +0200 Subject: [PATCH 1/2] Update README.md --- test/benchmark/coremark/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/benchmark/coremark/README.md b/test/benchmark/coremark/README.md index 98928c6..2a75378 100644 --- a/test/benchmark/coremark/README.md +++ b/test/benchmark/coremark/README.md @@ -42,7 +42,7 @@ emsdk activate latest export ENGINES_PATH=/opt/wasm_engines # Wasm3 -../../../build/wasm3 coremark-wasi.wasm _start +../../../build/wasm3 coremark-wasi.wasm # WAC $ENGINES_PATH/wac/wax coremark-wasi.wasm From 3fd46417e341d14dd889159a711806dc6ab240ff Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Sat, 7 Dec 2019 01:12:03 +0200 Subject: [PATCH 2/2] Update README.md --- test/wasi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/wasi/README.md b/test/wasi/README.md index 639ac73..dd44a3b 100644 --- a/test/wasi/README.md +++ b/test/wasi/README.md @@ -9,7 +9,7 @@ wasm-strip test-opt.wasm ## Run ```sh -../../build/wasm3 test.wasm _start +../../build/wasm3 test.wasm $ENGINES_PATH/wasm-micro-runtime/core/iwasm/products/linux/build/iwasm test.wasm