Stream: git-wasmtime

Topic: wasmtime / PR #5622 Fix calculation of param/result types...


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

alexcrichton opened PR #5622 from fix-bindgen to main:

This commit fixes a bug in the bindgen! macro for components where previously the param and result properties weren't properly calculated depending on the structure of the type and which types were visited in which order. This is simplified to use a LiveTypes structure from the wit-parser crate and relies on that to do necessary recursion.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

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

pchickey submitted PR review.

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

alexcrichton has enabled auto merge for PR #5622.

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

alexcrichton merged PR #5622.


Last updated: Nov 22 2024 at 16:03 UTC