Skip to content
Merged
Changes from all commits
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
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ See docs/process.md for more on how version tagging works.
`requestFullScreen`, `createContext`, `getUserMedia`, `setCanvasSize`) are no
longer exported by default. They can be exported using
`-sEXPORTED_RUNTIME_METHODS=requestFullscreen`, for example. (#24223, #24269)
- Embind: fixed support for unsigned 64-bit integers, which were previously
returned to JavaScript as their signed counterparts. (#24285)
- Added handing for 64-bit integer access to AddressSanitizer, `-sSAFE_HEAP` and
`-sSUPPORT_BIG_ENDIAN` features. (#24283)

4.0.8 - 04/30/25
----------------
Expand Down