[wasmtime] Update wasmtime's build script (#3515)

Accounts for changes in
https://github.com/bytecodealliance/wasmtime/pull/1343 where
compilation of all the fuzzers now requires extra features to be
enabled.
This commit is contained in:
Alex Crichton 2020-03-17 19:24:39 -05:00 committed by GitHub
parent 3cae7f6513
commit f8cd51117f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ export CXXFLAGS_EXTRA="-stdlib=libc++"
export CXXFLAGS="$CFLAGS $CXXFLAGS_EXTRA"
export RUSTFLAGS="-Cdebuginfo=1 -Cforce-frame-pointers"
cd $PROJECT_DIR/fuzz && cargo fuzz build -O --debug-assertions
cd $PROJECT_DIR/fuzz && cargo fuzz build -O --debug-assertions --features binaryen
FUZZ_TARGET_OUTPUT_DIR=$PROJECT_DIR/target/x86_64-unknown-linux-gnu/release
for f in $SRC/wasmtime/fuzz/fuzz_targets/*.rs