You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wasm3/test/wasi/simple
Volodymyr Shymanskyy f9a31c8ecd
Test harness: support multi-values
3 years ago
..
0.txt Restructure tests 3 years ago
README.md Restructure tests 3 years ago
test-opt.wasm Trap before calling fib test 3 years ago
test.c Trap before calling fib test 3 years ago
test.wasm Trap before calling fib test 3 years ago
wasm_api.h Test harness: support multi-values 3 years ago
wasm_api.syms Restructure tests 3 years ago

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