orca/ext/wasm3/test/wasi/simple
Martin Fouilleul 17c0f02962 orca runtime initial commit 2023-04-12 16:21:03 +02:00
..
0.txt orca runtime initial commit 2023-04-12 16:21:03 +02:00
README.md orca runtime initial commit 2023-04-12 16:21:03 +02:00
test.c orca runtime initial commit 2023-04-12 16:21:03 +02:00
wasm_api.h orca runtime initial commit 2023-04-12 16:21:03 +02:00
wasm_api.syms orca runtime initial commit 2023-04-12 16:21:03 +02:00

README.md

Compile

wasicc -g -O0 -Wl,--stack-first test.c -o test.wasm
wasm-opt --strip-debug -Os test.wasm -o test-opt.wasm

Run

../../build/wasm3 test.wasm

$ENGINES_PATH/wasm-micro-runtime/core/iwasm/products/linux/build/iwasm test.wasm

$ENGINES_PATH/wac/wax test.wasm

$ENGINES_PATH/WAVM/Release/bin/wavm run test.wasm

wasmer run test.wasm

wasmer-js run test.wasm