github-actions[bot] commented on Issue #1516:
Subscribe to Label Action
cc @peterhuene
<details>
This issue or pull request has been labeled: "wasmtime:api", "wasmtime:c-api"Thus the following users have been cc'd because of the following labels:
- peterhuene: wasmtime:api, wasmtime:c-api
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
sunfishcode commented on Issue #1516:
Ok, I've now updated
Module
'sexports
andimports
to return their results on-demand too, which turned into a minor yak shave, but it significantly cleans up import/export decoding -- it eliminates the redundant decoding in Module::new, and tidies wasmtime_environ::Module.
github-actions[bot] commented on Issue #1516:
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>
sunfishcode commented on Issue #1516:
Looking at where this PR ended up, there's a lot of refactoring here mixed in with a new feature, so I'm going to split this PR into pieces.
Last updated: Nov 22 2024 at 16:03 UTC