Stream: git-wasmtime

Topic: wasmtime / Issue #2499 fuzzing: Make the `TableOps` test ...


view this post on Zulip Wasmtime GitHub notifications bot (Dec 11 2020 at 17:59):

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

view this post on Zulip Wasmtime GitHub notifications bot (Dec 11 2020 at 17:59):

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

view this post on Zulip Wasmtime GitHub notifications bot (Dec 11 2020 at 17:59):

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

view this post on Zulip Wasmtime GitHub notifications bot (Dec 11 2020 at 18:00):

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:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (Dec 12 2020 at 06:22):

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 TODOs and I'm also open to nits about style and whatnot but overall the transition to wasm_encoder was super smooth!

view this post on Zulip Wasmtime GitHub notifications bot (Dec 14 2020 at 17:56):

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!

view this post on Zulip Wasmtime GitHub notifications bot (Dec 17 2020 at 21:47):

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