Skip to content

Commit

Permalink
Rephrase
Browse files Browse the repository at this point in the history
  • Loading branch information
aheejin committed Apr 29, 2024
1 parent daa6ace commit 00d79e1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ See docs/process.md for more on how version tagging works.
of pthread builds so that is generated alongside the main JavaScript file.
See #21701. ()
- `-sASYNCIFY=2` is setting now deprecated, use `-sJSPI` instead.
- LLVM now enables multivalue and reference-types features by default. Enabling
multivalue feature only enables the language feature and does not turn on the
multivalue ABI. (https://github.com/llvm/llvm-project/pull/80923)
- Due to the upstream LLVM change
(https://github.com/llvm/llvm-project/pull/80923), multivalue and
reference-types features are now enabled by default in Emscripten. This only
enables the language features and does not turn on the multivalue ABI.

3.1.58 - 04/23/24
-----------------
Expand Down

0 comments on commit 00d79e1

Please sign in to comment.