elliottt opened PR #6714 from elliottt:trevor/release-notes-11
to bytecodealliance:main
:
Update the release notes for the upcoming 11.0.0 release.
<!--
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
-->
elliottt has marked PR #6714 as ready for review.
elliottt requested jameysharp for a review on PR #6714.
elliottt requested wasmtime-default-reviewers for a review on PR #6714.
cfallin submitted PR review:
Thanks!
cfallin submitted PR review:
Thanks!
cfallin created PR review comment:
We could say a bit more about this here -- it's a pretty nice accomplishment and something I'm not aware of any other engine supporting on x86 (Wasm-SIMD itself is on record as having been designed with modern SSE4 in mind, e.g. here.
Perhaps something like "Wasmtime/Cranelift on x86-64 can now execute Wasm-SIMD on baseline SSE2, which all x86-64 processors support (as part of the base x86-64 spec). Previously, SSE4.2 extensions were required. This new work allows Wasm with SIMD extensions to execute on processors produced back to 2003."
cfallin created PR review comment:
s/cranelift/Cranelift/
cfallin created PR review comment:
Can we say what the replacement is (combo of two other instructions)?
cfallin edited PR review comment.
elliottt updated PR #6714.
elliottt submitted PR review.
elliottt created PR review comment:
I like your suggestion!
alexcrichton submitted PR review:
Thanks for writing this up! Looks like a relatively quiet release and the only thing I might add is:
- Component
bindgen!
now generates owned types by default instead of based on how they're used. #6648
elliottt edited PR #6714:
Update the release notes for the upcoming 11.0.0 release.
Co-authored-by: Alex Crichton <alex@alexcrichton.com>
Co-authored-by: Chris Fallin <chris@cfallin.org>
<!--
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
-->
elliottt edited PR #6714:
Update the release notes for the upcoming 11.0.0 release.
<!--
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
-->
elliottt updated PR #6714.
pchickey submitted PR review.
pchickey submitted PR review.
pchickey created PR review comment:
* The WASI Preview 2 `WasiCtxBuilder` type has been refactored, and `WasiCtx` now has private
elliottt updated PR #6714.
elliottt merged PR #6714.
Last updated: Nov 22 2024 at 17:03 UTC