Merge pull request #2453 from cfallin/differential-fuzz-interp

Add differential fuzzing against wasmi (a Wasm interpreter).
This commit is contained in:
Chris Fallin
2020-12-02 15:41:49 -08:00
committed by GitHub
6 changed files with 294 additions and 23 deletions

View File

@@ -59,3 +59,6 @@ parallel-compilation = ["wasmtime-jit/parallel-compilation"]
# Enables support for automatic cache configuration to be enabled in `Config`.
cache = ["wasmtime-cache"]
# Enables support for new x64 backend.
experimental_x64 = ["wasmtime-jit/experimental_x64"]