Stream: git-wasmtime

Topic: wasmtime / issue #5567 Resolve libcall relocations for ol...


view this post on Zulip Wasmtime GitHub notifications bot (Jan 12 2023 at 23:21):

alexcrichton commented on issue #5567:

I primarily tested this through:

ALLOWED_ENGINES=wasmi ALLOWED_MODULES=single-inst cargo +nightly fuzz run -s none differential --no-default-features

to find all instructions that need libcall lowerings. Cranelift still has more libcalls but it seems that we don't end up relying on them, so I've left various panics in place to notify us if libcalls pop up and they're not handled. Otherwise the fuzzing has run for awhile now and hasn't found more instructions so this is likely at least a good set to start with.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 12 2023 at 23:23):

github-actions[bot] commented on issue #5567:

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>


Last updated: Nov 22 2024 at 17:03 UTC