Stream: general

Topic: wasm-mutate


view this post on Zulip Javier Cabrera Arteaga (Sep 03 2021 at 18:02):

Hi all

I will be contributing to the wasm-mutate tool for the next coming weeks.

wasm-mutate will be a new tool for fuzzing Wasm compilers, runtimes,
validators, and other Wasm-consuming programs. wasm-mutate will take in an
existing Wasm module and then apply a pseudo-random transformation to it,
producing a new, mutated Wasm module. This new Wasm module will be fed into the
system under test, potentially triggering a bug that users can then diagnose and
fix.

Super happy to be here :). Feedback and ideas are more than welcome.

Low level tooling for WebAssembly in Rust. Contribute to bytecodealliance/wasm-tools development by creating an account on GitHub.

view this post on Zulip Alex Crichton (Sep 03 2021 at 18:08):

Welcome! I love the idea of a wasm-mutate, especially as a form of wasm-test-case-reducer, so I'm eagerly looking forward to PRs :)

view this post on Zulip fitzgen (he/him) (Sep 03 2021 at 18:53):

Welcome, Javier :)

view this post on Zulip Pat Hickey (Sep 07 2021 at 18:56):

Welcome Javier! Glad you are here


Last updated: Nov 22 2024 at 16:03 UTC