alexcrichton opened PR #8965 from alexcrichton:update-wasm-tools
to bytecodealliance:main
:
This keeps things updated and pulls in some new features from wasm-tools:
Multiple returns in the component model are now gated by default. This is reflected in a new
Config
option and CLI flag. The hope is to remove this feature is no one ends up needing it.Support for more
shared
things were added but the feature is always disabled so internal handlers just panic.Tests were updated to not use multiple returns where appropriate, except for one test which is specifically testing for multiple returns and how it's reflected into the Rust type system.
<!--
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
-->
alexcrichton requested fitzgen for a review on PR #8965.
alexcrichton requested wasmtime-compiler-reviewers for a review on PR #8965.
alexcrichton requested wasmtime-core-reviewers for a review on PR #8965.
alexcrichton requested wasmtime-default-reviewers for a review on PR #8965.
pchickey submitted PR review.
fitzgen submitted PR review.
alexcrichton updated PR #8965.
alexcrichton requested wasmtime-fuzz-reviewers for a review on PR #8965.
alexcrichton requested elliottt for a review on PR #8965.
alexcrichton has enabled auto merge for PR #8965.
alexcrichton merged PR #8965.
Last updated: Nov 22 2024 at 17:03 UTC