wasmtime: add new codegen backend, and add contact for it. (#4772)

In [Wasmtime](https://github.com/bytecodealliance/wasmtime), we're
planning to transition eventually to a new x86 backend. We recently
added a fuzz target for this backend that differentially fuzzes against
a Wasm interpreter.

This PR adds the new backend's fuzz target and adds a contact (me) to
the notification list.
This commit is contained in:
Chris Fallin 2020-12-03 12:03:55 -08:00 committed by GitHub
parent eb0c225372
commit aa6646d893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -5,6 +5,7 @@ auto_ccs:
- "alex@alexcrichton.com"
- "till@tillschneidereit.net"
- "ydelendik@mozilla.com"
- "cfallin@gmail.com"
sanitizers:
- address
fuzzing_engines: