alexcrichton requested fitzgen for a review on PR #7488.
alexcrichton requested wasmtime-default-reviewers for a review on PR #7488.
alexcrichton opened PR #7488 from alexcrichton:update-wasm-tools
to bytecodealliance:main
:
Pull in bytecodealliance/wasm-tools#1277 to switch the defaults for some WIT behaviors:
- Semicolons are now required by default in WIT files
- Wasm-encoded WIT packages now use the "new" format by default.
WIT files without semicolons can still be parsed with
WIT_REQUIRE_SEMICOLONS=0
. The "old" format for wasm-encoded WIT packages can be emitted viaWIT_COMPONENT_ENCODING_V2=0
. Note that for wasm-encoded WIT packages both the old and the new format can be decoded irregardless of env vars.<!--
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 submitted PR review:
LGTM. Do you intend to backport these to 15?
pchickey merged PR #7488.
Last updated: Nov 22 2024 at 16:03 UTC