alexcrichton opened PR #7285 from alexcrichton:enable-proposals-by-default
to bytecodealliance:main
:
This commit enables by default three proposals that were advanced to stage 4 in the proposal process at last week's in-person CG meeting. These proposals are:
threads
- atomic instructions and shared memorymulti-memory
- the ability to have more than one linear memoryrelaxed-simd
- new simd instructions that may differ across platformsThese proposals are now all enabled by default in Wasmtime. Note that they can still be selectively disabled via
Config
options.<!--
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 pchickey for a review on PR #7285.
alexcrichton requested wasmtime-core-reviewers for a review on PR #7285.
pchickey submitted PR review.
alexcrichton has enabled auto merge for PR #7285.
alexcrichton updated PR #7285.
alexcrichton merged PR #7285.
Last updated: Nov 22 2024 at 16:03 UTC