Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ 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

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps phrase this as something that emscripten now supports? Maybe "Due to and upstream llvm change, the x and y features are not enabled by default in emscripten"?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tried doing that.

multivalue feature only enables the language feature and does not turn on the
multivalue ABI. (https://github.com/llvm/llvm-project/pull/80923)

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