We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b489fc commit f3d9eb4Copy full SHA for f3d9eb4
1 file changed
ChangeLog.md
@@ -28,6 +28,10 @@ See docs/process.md for more on how version tagging works.
28
`requestFullScreen`, `createContext`, `getUserMedia`, `setCanvasSize`) are no
29
longer exported by default. They can be exported using
30
`-sEXPORTED_RUNTIME_METHODS=requestFullscreen`, for example. (#24223, #24269)
31
+- Embind: fixed support for unsigned 64-bit integers, which were previously
32
+ returned to JavaScript as their signed counterparts. (#24285)
33
+- Added handing for 64-bit integer access to AddressSanitizer, `-sSAFE_HEAP` and
34
+ `-sSUPPORT_BIG_ENDIAN` features. (#24283)
35
36
4.0.8 - 04/30/25
37
----------------
0 commit comments