wasmi/hfuzz/test.sh

10 lines
196 B
Bash
Raw Normal View History

2018-02-24 12:21:36 +00:00
#!/bin/bash
export HFUZZ_RUN_ARGS="--max_file_size 2048"
2018-06-22 10:12:56 +00:00
die() { echo "$*"; exit 1; }
command -v wasm || die "spec interpreter 'wasm' is not on PATH";
2018-02-24 12:21:36 +00:00
rustup run nightly cargo hfuzz run hfuzz