Skip to content

Commit 1c74e70

Browse files
Merge remote-tracking branch 'upstream/main' into wbg-walkingeyerobot
2 parents fe99e55 + 05c6ed7 commit 1c74e70

18 files changed

+127
-52
lines changed

ChangeLog.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ to browse the changes between the tags.
1818

1919
See docs/process.md for more on how version tagging works.
2020

21-
4.0.24 (in development)
22-
-----------------------
21+
5.0.1 (in development)
22+
----------------------
23+
24+
5.0.0 - 01/24/26
25+
----------------
2326
- Source map's 'names' field support is removed, because the way we used it was
2427
inconsistent with JS and was not supported in browser devtools. We plan to
2528
provide this information using Scopes encoding later. (#26149)

emscripten-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.24-git
1+
5.0.1-git

system/include/compat/arm_neon.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#define SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES
2+
#define SIMDE_ARM_NEON_A32V8_ENABLE_NATIVE_ALIASES
23
#define SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES
34
/* AUTOMATICALLY GENERATED FILE, DO NOT MODIFY */
45
/* 71fd833d9666141edcd1d3c109a80e228303d8d7 */
@@ -148065,4 +148066,5 @@ HEDLEY_DIAGNOSTIC_POP
148065148066
#endif /* SIMDE_ARM_NEON_H */
148066148067
/* :: End simde/simde/arm/neon.h :: */
148067148068
#undef SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES
148069+
#undef SIMDE_ARM_NEON_A32V8_ENABLE_NATIVE_ALIASES
148068148070
#undef SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES

test/codesize/test_codesize_cxx_ctors1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 19664,
33
"a.out.js.gz": 8146,
4-
"a.out.nodebug.wasm": 133734,
5-
"a.out.nodebug.wasm.gz": 51516,
6-
"total": 153398,
7-
"total_gz": 59662,
4+
"a.out.nodebug.wasm": 133736,
5+
"a.out.nodebug.wasm.gz": 51517,
6+
"total": 153400,
7+
"total_gz": 59663,
88
"sent": [
99
"__cxa_throw",
1010
"_abort_js",

test/codesize/test_codesize_cxx_ctors2.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 19641,
33
"a.out.js.gz": 8133,
4-
"a.out.nodebug.wasm": 133152,
5-
"a.out.nodebug.wasm.gz": 51189,
6-
"total": 152793,
7-
"total_gz": 59322,
4+
"a.out.nodebug.wasm": 133154,
5+
"a.out.nodebug.wasm.gz": 51190,
6+
"total": 152795,
7+
"total_gz": 59323,
88
"sent": [
99
"__cxa_throw",
1010
"_abort_js",

test/codesize/test_codesize_cxx_except.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 23325,
33
"a.out.js.gz": 9127,
4-
"a.out.nodebug.wasm": 175691,
5-
"a.out.nodebug.wasm.gz": 59682,
6-
"total": 199016,
7-
"total_gz": 68809,
4+
"a.out.nodebug.wasm": 175693,
5+
"a.out.nodebug.wasm.gz": 59683,
6+
"total": 199018,
7+
"total_gz": 68810,
88
"sent": [
99
"__cxa_begin_catch",
1010
"__cxa_end_catch",

test/codesize/test_codesize_cxx_except_wasm.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 19475,
33
"a.out.js.gz": 8072,
4-
"a.out.nodebug.wasm": 149098,
5-
"a.out.nodebug.wasm.gz": 56901,
6-
"total": 168573,
7-
"total_gz": 64973,
4+
"a.out.nodebug.wasm": 149100,
5+
"a.out.nodebug.wasm.gz": 56902,
6+
"total": 168575,
7+
"total_gz": 64974,
88
"sent": [
99
"_abort_js",
1010
"_tzset_js",

test/codesize/test_codesize_cxx_except_wasm_legacy.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 19549,
33
"a.out.js.gz": 8091,
4-
"a.out.nodebug.wasm": 146681,
5-
"a.out.nodebug.wasm.gz": 56474,
6-
"total": 166230,
7-
"total_gz": 64565,
4+
"a.out.nodebug.wasm": 146683,
5+
"a.out.nodebug.wasm.gz": 56475,
6+
"total": 166232,
7+
"total_gz": 64566,
88
"sent": [
99
"_abort_js",
1010
"_tzset_js",

test/codesize/test_codesize_cxx_lto.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 19011,
33
"a.out.js.gz": 7826,
4-
"a.out.nodebug.wasm": 101673,
5-
"a.out.nodebug.wasm.gz": 40413,
6-
"total": 120684,
7-
"total_gz": 48239,
4+
"a.out.nodebug.wasm": 101675,
5+
"a.out.nodebug.wasm.gz": 40414,
6+
"total": 120686,
7+
"total_gz": 48240,
88
"sent": [
99
"a (emscripten_resize_heap)",
1010
"b (_setitimer_js)",

test/codesize/test_codesize_cxx_mangle.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 23375,
33
"a.out.js.gz": 9147,
4-
"a.out.nodebug.wasm": 239944,
5-
"a.out.nodebug.wasm.gz": 81208,
6-
"total": 263319,
7-
"total_gz": 90355,
4+
"a.out.nodebug.wasm": 239946,
5+
"a.out.nodebug.wasm.gz": 81209,
6+
"total": 263321,
7+
"total_gz": 90356,
88
"sent": [
99
"__cxa_begin_catch",
1010
"__cxa_end_catch",

0 commit comments

Comments
 (0)