Skip to content

Releases: jlb6740/wasmtime

Adds vtune and debug support by default v29

16 Jul 01:15
Compare
Choose a tag to compare
Add default support for debug and vtune config when using c-api with …

Includes VTune support by default for CAPI

15 Jul 21:44
Compare
Choose a tag to compare
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)

19 Apr 03:11
988d6ef
Compare
Choose a tag to compare
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.