pchickey opened PR #6498 from bytecodealliance:pch/poll_oneoff_return_list_bool
to bytecodealliance:main
:
In the early days of the preview2 prototype, there was some trouble with wit-bindgen that made it impossible to return a
list<bool>
from thepoll-oneoff
function.This bug has since been resolved. The poll-oneoff definition in wit has been modified to return
list<bool>
and minor tweaks have been made at use sites to use the boolean.<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
pchickey requested fitzgen for a review on PR #6498.
pchickey requested wasmtime-core-reviewers for a review on PR #6498.
pchickey requested sunfishcode for a review on PR #6498.
pchickey updated PR #6498.
fitzgen submitted PR review.
sunfishcode closed without merge PR #6498.
alexcrichton reopened PR #6498.
sunfishcode created PR review comment:
Could you add a comment about why poll-oneoff is skip here, and has manual bindings below instead?
pchickey updated PR #6498.
pchickey created PR review comment:
pchickey merged PR #6498.
Last updated: Nov 22 2024 at 17:03 UTC