diff --git a/test/codesize/test_codesize_cxx_ctors1.json b/test/codesize/test_codesize_cxx_ctors1.json index bf0ec566af858..0f3d4b4977e09 100644 --- a/test/codesize/test_codesize_cxx_ctors1.json +++ b/test/codesize/test_codesize_cxx_ctors1.json @@ -1,10 +1,10 @@ { "a.out.js": 19224, "a.out.js.gz": 8124, - "a.out.nodebug.wasm": 133897, - "a.out.nodebug.wasm.gz": 51215, - "total": 153121, - "total_gz": 59339, + "a.out.nodebug.wasm": 133884, + "a.out.nodebug.wasm.gz": 51214, + "total": 153108, + "total_gz": 59338, "sent": [ "__cxa_throw", "_abort_js", diff --git a/test/codesize/test_codesize_cxx_ctors2.json b/test/codesize/test_codesize_cxx_ctors2.json index fade99f9481f1..f722301d313cf 100644 --- a/test/codesize/test_codesize_cxx_ctors2.json +++ b/test/codesize/test_codesize_cxx_ctors2.json @@ -1,10 +1,10 @@ { "a.out.js": 19201, "a.out.js.gz": 8107, - "a.out.nodebug.wasm": 133326, - "a.out.nodebug.wasm.gz": 50903, - "total": 152527, - "total_gz": 59010, + "a.out.nodebug.wasm": 133313, + "a.out.nodebug.wasm.gz": 50910, + "total": 152514, + "total_gz": 59017, "sent": [ "__cxa_throw", "_abort_js", diff --git a/test/codesize/test_codesize_cxx_except.json b/test/codesize/test_codesize_cxx_except.json index fc27f2e981edf..cd28d5447e7aa 100644 --- a/test/codesize/test_codesize_cxx_except.json +++ b/test/codesize/test_codesize_cxx_except.json @@ -1,10 +1,10 @@ { "a.out.js": 22917, "a.out.js.gz": 9078, - "a.out.nodebug.wasm": 176354, - "a.out.nodebug.wasm.gz": 58741, - "total": 199271, - "total_gz": 67819, + "a.out.nodebug.wasm": 176341, + "a.out.nodebug.wasm.gz": 58740, + "total": 199258, + "total_gz": 67818, "sent": [ "__cxa_begin_catch", "__cxa_end_catch", diff --git a/test/codesize/test_codesize_cxx_except_wasm.json b/test/codesize/test_codesize_cxx_except_wasm.json index a5c197a3c0032..d81d0b110efc0 100644 --- a/test/codesize/test_codesize_cxx_except_wasm.json +++ b/test/codesize/test_codesize_cxx_except_wasm.json @@ -1,9 +1,9 @@ { "a.out.js": 19023, "a.out.js.gz": 8039, - "a.out.nodebug.wasm": 149614, + "a.out.nodebug.wasm": 149601, "a.out.nodebug.wasm.gz": 56302, - "total": 168637, + "total": 168624, "total_gz": 64341, "sent": [ "_abort_js", diff --git a/test/codesize/test_codesize_cxx_except_wasm_legacy.json b/test/codesize/test_codesize_cxx_except_wasm_legacy.json index 51ee5373016f2..c56e97bcb3ee7 100644 --- a/test/codesize/test_codesize_cxx_except_wasm_legacy.json +++ b/test/codesize/test_codesize_cxx_except_wasm_legacy.json @@ -1,10 +1,10 @@ { "a.out.js": 19101, "a.out.js.gz": 8065, - "a.out.nodebug.wasm": 147396, - "a.out.nodebug.wasm.gz": 55982, - "total": 166497, - "total_gz": 64047, + "a.out.nodebug.wasm": 147383, + "a.out.nodebug.wasm.gz": 55981, + "total": 166484, + "total_gz": 64046, "sent": [ "_abort_js", "_tzset_js", diff --git a/test/codesize/test_codesize_cxx_lto.json b/test/codesize/test_codesize_cxx_lto.json index 78eab4aaf5327..b1c904f1e1b13 100644 --- a/test/codesize/test_codesize_cxx_lto.json +++ b/test/codesize/test_codesize_cxx_lto.json @@ -1,10 +1,10 @@ { "a.out.js": 18568, "a.out.js.gz": 7818, - "a.out.nodebug.wasm": 101013, - "a.out.nodebug.wasm.gz": 38248, - "total": 119581, - "total_gz": 46066, + "a.out.nodebug.wasm": 101000, + "a.out.nodebug.wasm.gz": 38240, + "total": 119568, + "total_gz": 46058, "sent": [ "a (emscripten_resize_heap)", "b (_setitimer_js)", diff --git a/test/codesize/test_codesize_cxx_mangle.json b/test/codesize/test_codesize_cxx_mangle.json index 81f267b07078d..f47c94f253f74 100644 --- a/test/codesize/test_codesize_cxx_mangle.json +++ b/test/codesize/test_codesize_cxx_mangle.json @@ -1,10 +1,10 @@ { "a.out.js": 22967, "a.out.js.gz": 9098, - "a.out.nodebug.wasm": 242634, - "a.out.nodebug.wasm.gz": 80968, - "total": 265601, - "total_gz": 90066, + "a.out.nodebug.wasm": 242621, + "a.out.nodebug.wasm.gz": 80965, + "total": 265588, + "total_gz": 90063, "sent": [ "__cxa_begin_catch", "__cxa_end_catch", diff --git a/test/codesize/test_codesize_cxx_noexcept.json b/test/codesize/test_codesize_cxx_noexcept.json index fabf7f33335f8..63a77b2b8131a 100644 --- a/test/codesize/test_codesize_cxx_noexcept.json +++ b/test/codesize/test_codesize_cxx_noexcept.json @@ -1,10 +1,10 @@ { "a.out.js": 19224, "a.out.js.gz": 8124, - "a.out.nodebug.wasm": 135807, - "a.out.nodebug.wasm.gz": 51835, - "total": 155031, - "total_gz": 59959, + "a.out.nodebug.wasm": 135794, + "a.out.nodebug.wasm.gz": 51836, + "total": 155018, + "total_gz": 59960, "sent": [ "__cxa_throw", "_abort_js", diff --git a/test/codesize/test_codesize_cxx_wasmfs.json b/test/codesize/test_codesize_cxx_wasmfs.json index d2ea1ec4f48c3..e044cfc666707 100644 --- a/test/codesize/test_codesize_cxx_wasmfs.json +++ b/test/codesize/test_codesize_cxx_wasmfs.json @@ -1,10 +1,10 @@ { "a.out.js": 6604, "a.out.js.gz": 3154, - "a.out.nodebug.wasm": 173533, - "a.out.nodebug.wasm.gz": 64593, - "total": 180137, - "total_gz": 67747, + "a.out.nodebug.wasm": 173520, + "a.out.nodebug.wasm.gz": 64586, + "total": 180124, + "total_gz": 67740, "sent": [ "__cxa_throw", "_abort_js", diff --git a/test/codesize/test_codesize_files_wasmfs.json b/test/codesize/test_codesize_files_wasmfs.json index 3cafe6c518f65..95eb6042ba0c9 100644 --- a/test/codesize/test_codesize_files_wasmfs.json +++ b/test/codesize/test_codesize_files_wasmfs.json @@ -1,10 +1,10 @@ { "a.out.js": 4979, "a.out.js.gz": 2409, - "a.out.nodebug.wasm": 58269, - "a.out.nodebug.wasm.gz": 18301, - "total": 63248, - "total_gz": 20710, + "a.out.nodebug.wasm": 58252, + "a.out.nodebug.wasm.gz": 18294, + "total": 63231, + "total_gz": 20703, "sent": [ "a (emscripten_date_now)", "b (emscripten_err)", diff --git a/test/codesize/test_codesize_hello_O1.json b/test/codesize/test_codesize_hello_O1.json index afc284e23130e..4ce6272ab2b65 100644 --- a/test/codesize/test_codesize_hello_O1.json +++ b/test/codesize/test_codesize_hello_O1.json @@ -1,10 +1,10 @@ { "a.out.js": 5516, "a.out.js.gz": 2242, - "a.out.nodebug.wasm": 2013, - "a.out.nodebug.wasm.gz": 1202, - "total": 7529, - "total_gz": 3444, + "a.out.nodebug.wasm": 1994, + "a.out.nodebug.wasm.gz": 1194, + "total": 7510, + "total_gz": 3436, "sent": [ "fd_write" ], diff --git a/test/codesize/test_codesize_hello_dylink.json b/test/codesize/test_codesize_hello_dylink.json index 5f68ff9d01cfd..c90827e94328f 100644 --- a/test/codesize/test_codesize_hello_dylink.json +++ b/test/codesize/test_codesize_hello_dylink.json @@ -1,10 +1,10 @@ { "a.out.js": 26258, "a.out.js.gz": 11211, - "a.out.nodebug.wasm": 17009, - "a.out.nodebug.wasm.gz": 8683, - "total": 43267, - "total_gz": 19894, + "a.out.nodebug.wasm": 16992, + "a.out.nodebug.wasm.gz": 8679, + "total": 43250, + "total_gz": 19890, "sent": [ "__syscall_stat64", "emscripten_resize_heap", diff --git a/test/codesize/test_codesize_hello_dylink_all.json b/test/codesize/test_codesize_hello_dylink_all.json index 102ba904ab730..b193194f47af9 100644 --- a/test/codesize/test_codesize_hello_dylink_all.json +++ b/test/codesize/test_codesize_hello_dylink_all.json @@ -1,7 +1,7 @@ { "a.out.js": 270584, - "a.out.nodebug.wasm": 588250, - "total": 858834, + "a.out.nodebug.wasm": 588233, + "total": 858817, "sent": [ "IMG_Init", "IMG_Load", diff --git a/test/codesize/test_minimal_runtime_code_size_hello_embind.json b/test/codesize/test_minimal_runtime_code_size_hello_embind.json index f23b44a9aa553..019738f2eec6b 100644 --- a/test/codesize/test_minimal_runtime_code_size_hello_embind.json +++ b/test/codesize/test_minimal_runtime_code_size_hello_embind.json @@ -3,8 +3,8 @@ "a.html.gz": 371, "a.js": 7264, "a.js.gz": 3334, - "a.wasm": 7192, - "a.wasm.gz": 3290, - "total": 15004, - "total_gz": 6995 + "a.wasm": 7175, + "a.wasm.gz": 3287, + "total": 14987, + "total_gz": 6992 } diff --git a/test/codesize/test_minimal_runtime_code_size_hello_embind_val.json b/test/codesize/test_minimal_runtime_code_size_hello_embind_val.json index ddcd3507154c0..63fcb182ca317 100644 --- a/test/codesize/test_minimal_runtime_code_size_hello_embind_val.json +++ b/test/codesize/test_minimal_runtime_code_size_hello_embind_val.json @@ -3,8 +3,8 @@ "a.html.gz": 371, "a.js": 5349, "a.js.gz": 2515, - "a.wasm": 5834, - "a.wasm.gz": 2744, - "total": 11731, - "total_gz": 5630 + "a.wasm": 5817, + "a.wasm.gz": 2736, + "total": 11714, + "total_gz": 5622 } diff --git a/test/emsdk_version.txt b/test/emsdk_version.txt index 725fd7e7d0e7f..b03183c268c2f 100644 --- a/test/emsdk_version.txt +++ b/test/emsdk_version.txt @@ -1 +1 @@ -bbd375216540dfc4e8cc489d37cd6f7bbba8dee9 +e8579ea489b44a6792f5abf95377a6ee38a16cce