mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-04 18:10:18 +00:00
Pass --enable-all to wasm2json when building corpus out of spectests.
This commit is contained in:
parent
38f4fdb195
commit
37268b2f46
@ -47,7 +47,7 @@ The fuzzer works best when it has examples of small Wasm files to start with. Us
|
||||
|
||||
```sh
|
||||
mkdir spec-test-corpus
|
||||
for i in lib/spectests/spectests/*.wast; do wast2json $i -o spec-test-corpus/$(basename $i).json; done
|
||||
for i in lib/spectests/spectests/*.wast; do wast2json --enable-all $i -o spec-test-corpus/$(basename $i).json; done
|
||||
mv spec-test-corpus/*.wasm fuzz/corpus/simple_instantiate/
|
||||
rm -r spec-test-corpus
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user