Releases: jlb6740/wasmtime
Releases · jlb6740/wasmtime
Adds vtune and debug support by default v29
Includes VTune support by default for CAPI
v1 Add default support for debug and vtune config when using c-api with …
dev: fuzzing: Combine the `compile` and `compile-mutate` fuzz targets (#4048)
Pre-release
We should still get the same amount of fuzzing using libfuzzer's mutators and using `wasm-mutate` as a mutator now, but they can share the same corpus, allowing mutations that one performed but the other didn't to reach new areas.