Martin Fouilleul 17c0f02962 | ||
---|---|---|
.. | ||
0.txt | ||
README.md | ||
test.c | ||
wasm_api.h | ||
wasm_api.syms |
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