fitzgen opened Issue #2499:
https://github.com/bytecodealliance/wasmtime/blob/main/crates/fuzzing/src/generators/table_ops.rs
Similar to https://github.com/bytecodealliance/wasmtime/issues/2498. We can improve our fuzzing throughput by generating Wasm binaries directly via
wasm-encoder
builders rather than concatenating WAT strings and then translating those into Wasm binaries.If you want to work on this issue, leave a comment, and let me know whatever questions you have!
Info for getting up and running with contributing: https://docs.wasmtime.dev/contributing.html
fitzgen labeled Issue #2499:
https://github.com/bytecodealliance/wasmtime/blob/main/crates/fuzzing/src/generators/table_ops.rs
Similar to https://github.com/bytecodealliance/wasmtime/issues/2498. We can improve our fuzzing throughput by generating Wasm binaries directly via
wasm-encoder
builders rather than concatenating WAT strings and then translating those into Wasm binaries.If you want to work on this issue, leave a comment, and let me know whatever questions you have!
Info for getting up and running with contributing: https://docs.wasmtime.dev/contributing.html
fitzgen labeled Issue #2499:
https://github.com/bytecodealliance/wasmtime/blob/main/crates/fuzzing/src/generators/table_ops.rs
Similar to https://github.com/bytecodealliance/wasmtime/issues/2498. We can improve our fuzzing throughput by generating Wasm binaries directly via
wasm-encoder
builders rather than concatenating WAT strings and then translating those into Wasm binaries.If you want to work on this issue, leave a comment, and let me know whatever questions you have!
Info for getting up and running with contributing: https://docs.wasmtime.dev/contributing.html
github-actions[bot] commented on Issue #2499:
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>
dhaynespls commented on Issue #2499:
Hey @fitzgen so it's a rainy night so I got cozy and took a first pass on this issue. I'm still new to Rust and have zero background on wasm but I saw your tweet and this seemed like a nicely sized issue to take on. There are a few parts not working yet, marked with
TODO
s and I'm also open to nits about style and whatnot but overall the transition towasm_encoder
was super smooth!
fitzgen commented on Issue #2499:
Great! Looks like Alex has reviewed your PR and given you some good feedback. Let me know if anything isn't clear or anything like that!
alexcrichton closed Issue #2499:
https://github.com/bytecodealliance/wasmtime/blob/main/crates/fuzzing/src/generators/table_ops.rs
Similar to https://github.com/bytecodealliance/wasmtime/issues/2498. We can improve our fuzzing throughput by generating Wasm binaries directly via
wasm-encoder
builders rather than concatenating WAT strings and then translating those into Wasm binaries.If you want to work on this issue, leave a comment, and let me know whatever questions you have!
Info for getting up and running with contributing: https://docs.wasmtime.dev/contributing.html
Last updated: Nov 22 2024 at 16:03 UTC