mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2024-11-26 07:21:54 +00:00
.. | ||
fuzz | ||
github | ||
malformed_test.py | ||
README.md |
Malformed Test Cases
This folder contains malformed test cases collected from github and peach fuzzer. More cases should be added to here when found.
Note
Malformed tests are currently for testing running mode of interpreter including classic interpreter and fast interpreter.
Test
Use the provided python script to test a wasm runtime:
python malformed_test.py -r "path/to/runtime"
For example you can test wasmtime with:
python malformed_test.py -r "/usr/bin/wasmtime"
If no args is passed to the script, the default runtime /usr/bin/iwasm
will be used.