Robbepop opened issue #4818:
Wasmtime has implemented differential fuzzing against the
wasmiinterpreter. However, the currently supportedwasmiversion is very old and outdated.Benefits
The
wasmiinterpreter has since evolved quite a lot and could be helpful to more extensively fuzzy test against Wasmtime's feature set.
- Fuzz test against modern
wasmiversions instead of ancient one.- Being able to fuzz test against some Wasm proposals whereas the old
wasmionly supported Wasm MVP.- Higher fuzz testing throughput since the newer
wasmiversions are a lot faster.- New
wasmiversions offer an API similar to the API of Wasmtime, therefore fuzz testing code should become slightly cleaner.Downsides
The biggest downside is that the newer
wasmiversions are not as battle tested as the old ones and therefore we might risk some false positives on thewasmiside which could introduce noise.Implementation
I would open a PR myself if this issue is accepted. Shouldn't be too hard to update.
Alternatives
Stay on the current old
wasmiversion since it is quite stable and battle tested.
alexcrichton commented on issue #4818:
Updating would be great! If you'd like to send a PR I'd be happy to review. If you've got ideas about how to improve the differential fuzzing interface feel free to throw those in as well!
alexcrichton labeled issue #4818:
Wasmtime has implemented differential fuzzing against the
wasmiinterpreter. However, the currently supportedwasmiversion is very old and outdated.Benefits
The
wasmiinterpreter has since evolved quite a lot and could be helpful to more extensively fuzzy test against Wasmtime's feature set.
- Fuzz test against modern
wasmiversions instead of ancient one.- Being able to fuzz test against some Wasm proposals whereas the old
wasmionly supported Wasm MVP.- Higher fuzz testing throughput since the newer
wasmiversions are a lot faster.- New
wasmiversions offer an API similar to the API of Wasmtime, therefore fuzz testing code should become slightly cleaner.Downsides
The biggest downside is that the newer
wasmiversions are not as battle tested as the old ones and therefore we might risk some false positives on thewasmiside which could introduce noise.Implementation
I would open a PR myself if this issue is accepted. Shouldn't be too hard to update.
Alternatives
Stay on the current old
wasmiversion since it is quite stable and battle tested.
github-actions[bot] commented on issue #4818:
Subscribe to Label Action
cc @fitzgen
<details>
This issue or pull request has been labeled: "fuzzing"Thus the following users have been cc'd because of the following labels:
- fitzgen: fuzzing
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
Robbepop commented on issue #4818:
>
Cool, I will come up with a PR in the next days. I have not yet taken an in-depth look at the Wasmtime fuzzing interface but will do when I am working on it and maybe come up with improvements. :)
Robbepop edited a comment on issue #4818:
Updating would be great! If you'd like to send a PR I'd be happy to review. If you've got ideas about how to improve the differential fuzzing interface feel free to throw those in as well!
Cool, I will come up with a PR in the next days. I have not yet taken an in-depth look at the Wasmtime fuzzing interface but will do when I am working on it and maybe come up with improvements. :)
alexcrichton closed issue #4818:
Wasmtime has implemented differential fuzzing against the
wasmiinterpreter. However, the currently supportedwasmiversion is very old and outdated.Benefits
The
wasmiinterpreter has since evolved quite a lot and could be helpful to more extensively fuzzy test against Wasmtime's feature set.
- Fuzz test against modern
wasmiversions instead of ancient one.- Being able to fuzz test against some Wasm proposals whereas the old
wasmionly supported Wasm MVP.- Higher fuzz testing throughput since the newer
wasmiversions are a lot faster.- New
wasmiversions offer an API similar to the API of Wasmtime, therefore fuzz testing code should become slightly cleaner.Downsides
The biggest downside is that the newer
wasmiversions are not as battle tested as the old ones and therefore we might risk some false positives on thewasmiside which could introduce noise.Implementation
I would open a PR myself if this issue is accepted. Shouldn't be too hard to update.
Alternatives
Stay on the current old
wasmiversion since it is quite stable and battle tested.
Last updated: Dec 13 2025 at 15:03 UTC