Stream: git-wasmtime

Topic: wasmtime / PR #9693 Don't statically enumerate host signa...


view this post on Zulip Wasmtime GitHub notifications bot (Nov 29 2024 at 02:00):

alexcrichton opened PR #9693 from alexcrichton:no-enumerate to bytecodealliance:main:

I'm doing some other refactoring which makes it a pain to maintain a list in two locations of what all the host signatures are. Instead remove the pulley for_each_host_signature! macro entirely. My thinking is to instead implement a different system for host calls in pulley:

This will prevent the need to list all function signatures twice and risk them getting out of sync. Most of the Pulley-level integration work here is left to a future commit.

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Nov 29 2024 at 02:00):

alexcrichton has marked PR #9693 as ready for review.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 29 2024 at 02:00):

alexcrichton requested wasmtime-core-reviewers for a review on PR #9693.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 29 2024 at 02:00):

alexcrichton requested pchickey for a review on PR #9693.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 29 2024 at 02:00):

alexcrichton requested wasmtime-default-reviewers for a review on PR #9693.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 29 2024 at 03:03):

github-actions[bot] commented on PR #9693:

Subscribe to Label Action

cc @fitzgen

<details>
This issue or pull request has been labeled: "pulley"

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 02 2024 at 19:02):

pchickey submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 02 2024 at 20:48):

alexcrichton merged PR #9693.


Last updated: Dec 23 2024 at 13:07 UTC