alexcrichton opened PR #6378 from alexcrichton:update-wasm-tools
to bytecodealliance:main
:
This commit pushes through the full update of the wasm-tools crates through Wasmtime. There are two major features which changed, both related to components, which required updates in Wasmtime:
Resource types are now implemented in wasm-tools and they're not yet implemented in Wasmtime so I've stubbed out the integration point with panics as reminders to come back and implement them.
There are new validation rules about how aggregate types must be named. This doesn't affect runtime internals at all but was done on behalf of code generators. This did however affect a number of tests which have to ensure that types are exported.
<!--
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 jameysharp for a review on PR #6378.
alexcrichton requested wasmtime-core-reviewers for a review on PR #6378.
alexcrichton requested wasmtime-default-reviewers for a review on PR #6378.
pchickey submitted PR review.
alexcrichton updated PR #6378.
alexcrichton updated PR #6378.
alexcrichton has enabled auto merge for PR #6378.
alexcrichton merged PR #6378.
Last updated: Nov 22 2024 at 16:03 UTC