diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/fuzz-wasm2wat.sh (renamed from scripts/fuzz-wasm2wast.sh) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fuzz-wasm2wast.sh b/scripts/fuzz-wasm2wat.sh index 8cfbca3b..b51979b4 100755 --- a/scripts/fuzz-wasm2wast.sh +++ b/scripts/fuzz-wasm2wat.sh @@ -21,4 +21,4 @@ set -o errexit SCRIPT_DIR="$(dirname "$(readlink -f "$0")")" ROOT_DIR="$(dirname "${SCRIPT_DIR}")" -${FUZZ_BIN_DIR}/afl-fuzz -i fuzz-in/wasm/ -o fuzz-out -- out/gcc-fuzz/Debug/wasm2wast @@ +${FUZZ_BIN_DIR}/afl-fuzz -i fuzz-in/wasm/ -o fuzz-out -- out/gcc-fuzz/Debug/wasm2wat @@ |