abrown commented on issue #3038:
@afonso360, just wanted to say this is shaping up to be a good contribution--nice work!
github-actions[bot] commented on issue #3038:
Subscribe to Label Action
cc @fitzgen
<details>
This issue or pull request has been labeled: "cranelift", "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>
afonso360 commented on issue #3038:
@cfallin Thanks for taking the time to review this!
I think that we'll want to outline the next steps, maybe even in a centralized TODO comment
I think it would be good to have a tracking issue for this so that we could also keep the discussion there. (I can open one if so)
Besides the steps that you mentioned here, we should add the TODO's that were left pending from this PR, namely:
- Deriving the instructions to be generated from
cranelift-meta
- Reconsider if we want to catch traps and ensure that they produce the same trap both on the interpreter and the host. (As @cfallin points out this is probably more effort than its worth)
afonso360 commented on issue #3038:
It should be ok to merge now. I've disabled publishing the
fuzzgen
crate, as we do with thewasmtime-fuzzing
crate. If someone finds it useful in the future, we can always change it.Thanks to everyone for reviewing and discussing this! :tada:
Last updated: Nov 22 2024 at 16:03 UTC