diff --git a/projects/wasmtime/build.sh b/projects/wasmtime/build.sh index afec0575b..d302851aa 100755 --- a/projects/wasmtime/build.sh +++ b/projects/wasmtime/build.sh @@ -49,9 +49,11 @@ build() { done } -# Build with all features to enable the binaryen-using fuzz targets, and -# the peepmatic fuzz targets. -build wasmtime "" "" --all-features +# Build with peepmatic in order to enable the related fuzz targets. +build wasmtime "" "" --features peepmatic-fuzzing + +# Build the differential fuzzer with the new x86-64 backend as well. +build wasmtime diff-newbe- differential_wasmi --features experimental_x64 build wasm-tools wasm-tools- "" build regalloc.rs regalloc- bt bt diff --git a/projects/wasmtime/project.yaml b/projects/wasmtime/project.yaml index 4c297b52c..15c80c363 100644 --- a/projects/wasmtime/project.yaml +++ b/projects/wasmtime/project.yaml @@ -5,6 +5,7 @@ auto_ccs: - "alex@alexcrichton.com" - "till@tillschneidereit.net" - "ydelendik@mozilla.com" + - "cfallin@gmail.com" sanitizers: - address fuzzing_engines: