diff --git a/test/codesize/test_codesize_cxx_ctors1.json b/test/codesize/test_codesize_cxx_ctors1.json index e824ac802e34d..de43b79bca148 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": 134722, - "a.out.nodebug.wasm.gz": 51543, - "total": 153946, - "total_gz": 59667, + "a.out.nodebug.wasm": 134731, + "a.out.nodebug.wasm.gz": 51558, + "total": 153955, + "total_gz": 59682, "sent": [ "__cxa_throw", "_abort_js", diff --git a/test/codesize/test_codesize_cxx_ctors2.json b/test/codesize/test_codesize_cxx_ctors2.json index 2c829c6819eea..da0918a90ee01 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": 134151, - "a.out.nodebug.wasm.gz": 51208, - "total": 153352, - "total_gz": 59315, + "a.out.nodebug.wasm": 134160, + "a.out.nodebug.wasm.gz": 51210, + "total": 153361, + "total_gz": 59317, "sent": [ "__cxa_throw", "_abort_js", diff --git a/test/codesize/test_codesize_cxx_except.json b/test/codesize/test_codesize_cxx_except.json index df707f1f2a6ab..8a58f4576dd02 100644 --- a/test/codesize/test_codesize_cxx_except.json +++ b/test/codesize/test_codesize_cxx_except.json @@ -2,9 +2,9 @@ "a.out.js": 22917, "a.out.js.gz": 9078, "a.out.nodebug.wasm": 177188, - "a.out.nodebug.wasm.gz": 59120, + "a.out.nodebug.wasm.gz": 59085, "total": 200105, - "total_gz": 68198, + "total_gz": 68163, "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 4ee8fad5f79fa..6017fe195e361 100644 --- a/test/codesize/test_codesize_cxx_except_wasm.json +++ b/test/codesize/test_codesize_cxx_except_wasm.json @@ -1,10 +1,10 @@ { "a.out.js": 19023, "a.out.js.gz": 8039, - "a.out.nodebug.wasm": 150451, - "a.out.nodebug.wasm.gz": 56610, - "total": 169474, - "total_gz": 64649, + "a.out.nodebug.wasm": 150444, + "a.out.nodebug.wasm.gz": 56605, + "total": 169467, + "total_gz": 64644, "sent": [ "_abort_js", "_tzset_js", diff --git a/test/codesize/test_codesize_cxx_except_wasm_legacy.json b/test/codesize/test_codesize_cxx_except_wasm_legacy.json index 945d7d9a8148b..cba4cb5baddb7 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": 148233, - "a.out.nodebug.wasm.gz": 56298, - "total": 167334, - "total_gz": 64363, + "a.out.nodebug.wasm": 148226, + "a.out.nodebug.wasm.gz": 56281, + "total": 167327, + "total_gz": 64346, "sent": [ "_abort_js", "_tzset_js", diff --git a/test/codesize/test_codesize_cxx_lto.json b/test/codesize/test_codesize_cxx_lto.json index 77263b60e9e0e..4ecf2ff281967 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": 100976, - "a.out.nodebug.wasm.gz": 38171, - "total": 119544, - "total_gz": 45989, + "a.out.nodebug.wasm": 100987, + "a.out.nodebug.wasm.gz": 38221, + "total": 119555, + "total_gz": 46039, "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 a05e483213d82..26889e88f356a 100644 --- a/test/codesize/test_codesize_cxx_mangle.json +++ b/test/codesize/test_codesize_cxx_mangle.json @@ -2,9 +2,9 @@ "a.out.js": 22967, "a.out.js.gz": 9098, "a.out.nodebug.wasm": 243468, - "a.out.nodebug.wasm.gz": 81314, + "a.out.nodebug.wasm.gz": 81292, "total": 266435, - "total_gz": 90412, + "total_gz": 90390, "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 7df7149268dfc..b0bb8275d18ba 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": 136632, - "a.out.nodebug.wasm.gz": 52161, - "total": 155856, - "total_gz": 60285, + "a.out.nodebug.wasm": 136641, + "a.out.nodebug.wasm.gz": 52171, + "total": 155865, + "total_gz": 60295, "sent": [ "__cxa_throw", "_abort_js", diff --git a/test/codesize/test_codesize_cxx_wasmfs.json b/test/codesize/test_codesize_cxx_wasmfs.json index c27d7faa52d88..aecd87e0c515b 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": 174354, - "a.out.nodebug.wasm.gz": 64911, - "total": 180958, - "total_gz": 68065, + "a.out.nodebug.wasm": 174367, + "a.out.nodebug.wasm.gz": 64918, + "total": 180971, + "total_gz": 68072, "sent": [ "__cxa_throw", "_abort_js", diff --git a/test/codesize/test_codesize_files_wasmfs.json b/test/codesize/test_codesize_files_wasmfs.json index 42f0c16e4bf2e..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": 58244, - "a.out.nodebug.wasm.gz": 18299, - "total": 63223, - "total_gz": 20708, + "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_O0.json b/test/codesize/test_codesize_hello_O0.json index 579908985c5c0..c3ed038eb64ca 100644 --- a/test/codesize/test_codesize_hello_O0.json +++ b/test/codesize/test_codesize_hello_O0.json @@ -2,9 +2,9 @@ "a.out.js": 23471, "a.out.js.gz": 8555, "a.out.nodebug.wasm": 15109, - "a.out.nodebug.wasm.gz": 7456, + "a.out.nodebug.wasm.gz": 7453, "total": 38580, - "total_gz": 16011, + "total_gz": 16008, "sent": [ "fd_write" ], diff --git a/test/codesize/test_codesize_hello_dylink.json b/test/codesize/test_codesize_hello_dylink.json index edd954ec9d268..2c96b868a3b92 100644 --- a/test/codesize/test_codesize_hello_dylink.json +++ b/test/codesize/test_codesize_hello_dylink.json @@ -2,9 +2,9 @@ "a.out.js": 26258, "a.out.js.gz": 11211, "a.out.nodebug.wasm": 17850, - "a.out.nodebug.wasm.gz": 9044, + "a.out.nodebug.wasm.gz": 9043, "total": 44108, - "total_gz": 20255, + "total_gz": 20254, "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 db8869185a339..110d53cf2c4eb 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": 588747, - "total": 859331, + "a.out.nodebug.wasm": 588721, + "total": 859305, "sent": [ "IMG_Init", "IMG_Load", diff --git a/test/codesize/test_codesize_mem_O3_standalone.json b/test/codesize/test_codesize_mem_O3_standalone.json index 83061d05df638..61f177858fad1 100644 --- a/test/codesize/test_codesize_mem_O3_standalone.json +++ b/test/codesize/test_codesize_mem_O3_standalone.json @@ -2,9 +2,9 @@ "a.out.js": 3567, "a.out.js.gz": 1784, "a.out.nodebug.wasm": 5573, - "a.out.nodebug.wasm.gz": 2606, + "a.out.nodebug.wasm.gz": 2608, "total": 9140, - "total_gz": 4390, + "total_gz": 4392, "sent": [ "args_get", "args_sizes_get", diff --git a/test/codesize/test_codesize_mem_O3_standalone_narg.json b/test/codesize/test_codesize_mem_O3_standalone_narg.json index 788602315e5c1..6ccb2349d27b4 100644 --- a/test/codesize/test_codesize_mem_O3_standalone_narg.json +++ b/test/codesize/test_codesize_mem_O3_standalone_narg.json @@ -2,9 +2,9 @@ "a.out.js": 3093, "a.out.js.gz": 1530, "a.out.nodebug.wasm": 5362, - "a.out.nodebug.wasm.gz": 2450, + "a.out.nodebug.wasm.gz": 2449, "total": 8455, - "total_gz": 3980, + "total_gz": 3979, "sent": [ "proc_exit" ], diff --git a/test/codesize/test_codesize_mem_O3_standalone_narg_flto.json b/test/codesize/test_codesize_mem_O3_standalone_narg_flto.json index 46d7b3cc3ee9a..65e5cb8d2ae44 100644 --- a/test/codesize/test_codesize_mem_O3_standalone_narg_flto.json +++ b/test/codesize/test_codesize_mem_O3_standalone_narg_flto.json @@ -2,9 +2,9 @@ "a.out.js": 3093, "a.out.js.gz": 1530, "a.out.nodebug.wasm": 4293, - "a.out.nodebug.wasm.gz": 2145, + "a.out.nodebug.wasm.gz": 2144, "total": 7386, - "total_gz": 3675, + "total_gz": 3674, "sent": [ "proc_exit" ], diff --git a/test/codesize/test_codesize_minimal_pthreads.json b/test/codesize/test_codesize_minimal_pthreads.json index 5b5525a824875..d0651f8052264 100644 --- a/test/codesize/test_codesize_minimal_pthreads.json +++ b/test/codesize/test_codesize_minimal_pthreads.json @@ -1,10 +1,10 @@ { "a.out.js": 6883, "a.out.js.gz": 3422, - "a.out.nodebug.wasm": 19118, - "a.out.nodebug.wasm.gz": 8835, - "total": 26001, - "total_gz": 12257, + "a.out.nodebug.wasm": 19132, + "a.out.nodebug.wasm.gz": 8845, + "total": 26015, + "total_gz": 12267, "sent": [ "a (memory)", "b (exit)", diff --git a/test/codesize/test_codesize_minimal_pthreads_memgrowth.json b/test/codesize/test_codesize_minimal_pthreads_memgrowth.json index 8eb360e81ace1..c258456676ca6 100644 --- a/test/codesize/test_codesize_minimal_pthreads_memgrowth.json +++ b/test/codesize/test_codesize_minimal_pthreads_memgrowth.json @@ -1,10 +1,10 @@ { "a.out.js": 7341, "a.out.js.gz": 3639, - "a.out.nodebug.wasm": 19119, - "a.out.nodebug.wasm.gz": 8836, - "total": 26460, - "total_gz": 12475, + "a.out.nodebug.wasm": 19133, + "a.out.nodebug.wasm.gz": 8846, + "total": 26474, + "total_gz": 12485, "sent": [ "a (memory)", "b (exit)", diff --git a/test/codesize/test_minimal_runtime_code_size_audio_worklet.json b/test/codesize/test_minimal_runtime_code_size_audio_worklet.json index 82943e99b7684..bfe0e4f5cfb7d 100644 --- a/test/codesize/test_minimal_runtime_code_size_audio_worklet.json +++ b/test/codesize/test_minimal_runtime_code_size_audio_worklet.json @@ -4,7 +4,7 @@ "a.js": 4637, "a.js.gz": 2376, "a.wasm": 11233, - "a.wasm.gz": 6117, + "a.wasm.gz": 6115, "total": 16385, - "total_gz": 8848 + "total_gz": 8846 } diff --git a/test/codesize/test_minimal_runtime_code_size_random_printf_wasm.json b/test/codesize/test_minimal_runtime_code_size_random_printf_wasm.json index 2ff9f5b5e4dd8..6fb97b0a77c85 100644 --- a/test/codesize/test_minimal_runtime_code_size_random_printf_wasm.json +++ b/test/codesize/test_minimal_runtime_code_size_random_printf_wasm.json @@ -1,4 +1,4 @@ { "a.html": 11037, - "a.html.gz": 5760 + "a.html.gz": 5759 } diff --git a/test/codesize/test_minimal_runtime_code_size_random_printf_wasm2js.json b/test/codesize/test_minimal_runtime_code_size_random_printf_wasm2js.json index f7a30198310b0..0c7c5c7a25570 100644 --- a/test/codesize/test_minimal_runtime_code_size_random_printf_wasm2js.json +++ b/test/codesize/test_minimal_runtime_code_size_random_printf_wasm2js.json @@ -1,4 +1,4 @@ { "a.html": 17346, - "a.html.gz": 7633 + "a.html.gz": 7632 } diff --git a/test/codesize/test_unoptimized_code_size.json b/test/codesize/test_unoptimized_code_size.json index b59670c0b3fd7..67cebab12379b 100644 --- a/test/codesize/test_unoptimized_code_size.json +++ b/test/codesize/test_unoptimized_code_size.json @@ -2,15 +2,15 @@ "hello_world.js": 54465, "hello_world.js.gz": 17297, "hello_world.wasm": 15109, - "hello_world.wasm.gz": 7456, + "hello_world.wasm.gz": 7453, "no_asserts.js": 23544, "no_asserts.js.gz": 8261, "no_asserts.wasm": 12223, - "no_asserts.wasm.gz": 5996, + "no_asserts.wasm.gz": 5993, "strict.js": 51616, "strict.js.gz": 16308, "strict.wasm": 15109, - "strict.wasm.gz": 7453, + "strict.wasm.gz": 7450, "total": 172066, - "total_gz": 62771 + "total_gz": 62762 } diff --git a/test/emsdk_version.txt b/test/emsdk_version.txt index 4d27c74752a4d..b1f29e1d406db 100644 --- a/test/emsdk_version.txt +++ b/test/emsdk_version.txt @@ -1 +1 @@ -a05bf0701dc465dc5193f42fe25479157e3fdbc5 +3b88a6017ee25fa6f788f2892a135651334b1390