alexcrichton commented on issue #4560:
cc @dicej as well
github-actions[bot] commented on issue #4560:
Subscribe to Label Action
cc @peterhuene
<details>
This issue or pull request has been labeled: "wasmtime:api"Thus the following users have been cc'd because of the following labels:
- peterhuene: wasmtime:api
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
alexcrichton commented on issue #4560:
I pushed up two test fixes for the failed CI:
- One updates
make_echo_component
to support zero-sized types- The other updates the
Lower
structure generated by the various procedural macros to guarantee an alignment that matchesValRaw
to satisfy assertions in Wasmtime. (probably not strictly necessary but seems better to be safe here)
Last updated: Nov 22 2024 at 16:03 UTC