Skip to content

Commit

Permalink
Update wasmtime config to use new x86-64 backend. (#5518)
Browse files Browse the repository at this point in the history
In bytecodealliance/rfcs#10, we have outlined a process by which we're
switching to a new compiler backend by default. The first step in this
process is to switch our fuzzing targets to use the new backend and wait
for any issues.

This PR adds the Cargo feature that enables the new backend in all
fuzzing targets.
  • Loading branch information
cfallin authored Mar 26, 2021
1 parent 54f0985 commit 10dce41
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions projects/wasmtime/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@ build() {
}

# 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 wasmtime "" "" --features "peepmatic-fuzzing experimental_x64"

build wasm-tools wasm-tools- ""
build regalloc.rs regalloc- bt bt

0 comments on commit 10dce41

Please sign in to comment.