diff --git a/test/code_size/test_codesize_cxx_ctors1.json b/test/code_size/test_codesize_cxx_ctors1.json index 973414fd58ea4..e556acea8461a 100644 --- a/test/code_size/test_codesize_cxx_ctors1.json +++ b/test/code_size/test_codesize_cxx_ctors1.json @@ -1,10 +1,10 @@ { "a.out.js": 19753, "a.out.js.gz": 8160, - "a.out.nodebug.wasm": 129507, - "a.out.nodebug.wasm.gz": 49234, - "total": 149260, - "total_gz": 57394, + "a.out.nodebug.wasm": 129508, + "a.out.nodebug.wasm.gz": 49240, + "total": 149261, + "total_gz": 57400, "sent": [ "__cxa_throw", "_abort_js", diff --git a/test/code_size/test_codesize_file_preload.json b/test/code_size/test_codesize_file_preload.json index 94f580404e848..a7ad8a13b7305 100644 --- a/test/code_size/test_codesize_file_preload.json +++ b/test/code_size/test_codesize_file_preload.json @@ -1,10 +1,10 @@ { "a.out.js": 22684, "a.out.js.gz": 9375, - "a.out.nodebug.wasm": 1733, - "a.out.nodebug.wasm.gz": 980, - "total": 24417, - "total_gz": 10355, + "a.out.nodebug.wasm": 1681, + "a.out.nodebug.wasm.gz": 960, + "total": 24365, + "total_gz": 10335, "sent": [ "a (fd_write)" ], diff --git a/test/code_size/test_codesize_hello_O2.json b/test/code_size/test_codesize_hello_O2.json index 2ddadfd5c7ae7..352c0831eca1a 100644 --- a/test/code_size/test_codesize_hello_O2.json +++ b/test/code_size/test_codesize_hello_O2.json @@ -1,10 +1,10 @@ { "a.out.js": 4369, "a.out.js.gz": 2146, - "a.out.nodebug.wasm": 1979, - "a.out.nodebug.wasm.gz": 1157, - "total": 6348, - "total_gz": 3303, + "a.out.nodebug.wasm": 1927, + "a.out.nodebug.wasm.gz": 1138, + "total": 6296, + "total_gz": 3284, "sent": [ "fd_write" ], diff --git a/test/code_size/test_codesize_hello_O3.json b/test/code_size/test_codesize_hello_O3.json index 1e497bc59fb0b..892da4c3d5f81 100644 --- a/test/code_size/test_codesize_hello_O3.json +++ b/test/code_size/test_codesize_hello_O3.json @@ -1,10 +1,10 @@ { "a.out.js": 4311, "a.out.js.gz": 2104, - "a.out.nodebug.wasm": 1733, - "a.out.nodebug.wasm.gz": 980, - "total": 6044, - "total_gz": 3084, + "a.out.nodebug.wasm": 1681, + "a.out.nodebug.wasm.gz": 960, + "total": 5992, + "total_gz": 3064, "sent": [ "a (fd_write)" ], diff --git a/test/code_size/test_codesize_hello_Os.json b/test/code_size/test_codesize_hello_Os.json index 128a92afd1599..0a660aeb20efd 100644 --- a/test/code_size/test_codesize_hello_Os.json +++ b/test/code_size/test_codesize_hello_Os.json @@ -1,10 +1,10 @@ { "a.out.js": 4311, "a.out.js.gz": 2104, - "a.out.nodebug.wasm": 1723, - "a.out.nodebug.wasm.gz": 985, - "total": 6034, - "total_gz": 3089, + "a.out.nodebug.wasm": 1671, + "a.out.nodebug.wasm.gz": 964, + "total": 5982, + "total_gz": 3068, "sent": [ "a (fd_write)" ], diff --git a/test/code_size/test_codesize_hello_Oz.json b/test/code_size/test_codesize_hello_Oz.json index d38e027f7a3a7..593e603ff0a81 100644 --- a/test/code_size/test_codesize_hello_Oz.json +++ b/test/code_size/test_codesize_hello_Oz.json @@ -1,10 +1,10 @@ { "a.out.js": 3930, "a.out.js.gz": 1905, - "a.out.nodebug.wasm": 1257, - "a.out.nodebug.wasm.gz": 763, - "total": 5187, - "total_gz": 2668, + "a.out.nodebug.wasm": 1205, + "a.out.nodebug.wasm.gz": 740, + "total": 5135, + "total_gz": 2645, "sent": [ "a (fd_write)" ], diff --git a/test/code_size/test_codesize_hello_dylink_all.json b/test/code_size/test_codesize_hello_dylink_all.json index 47ba4f89e0536..ebeae8bc61205 100644 --- a/test/code_size/test_codesize_hello_dylink_all.json +++ b/test/code_size/test_codesize_hello_dylink_all.json @@ -1,7 +1,7 @@ { "a.out.js": 246640, - "a.out.nodebug.wasm": 597702, - "total": 844342, + "a.out.nodebug.wasm": 597582, + "total": 844222, "sent": [ "IMG_Init", "IMG_Load", diff --git a/test/code_size/test_codesize_hello_single_file.json b/test/code_size/test_codesize_hello_single_file.json index 99dfe30a82b3c..c167b00a43fd1 100644 --- a/test/code_size/test_codesize_hello_single_file.json +++ b/test/code_size/test_codesize_hello_single_file.json @@ -1,6 +1,6 @@ { - "a.out.js": 6615, - "a.out.js.gz": 3613, + "a.out.js": 6547, + "a.out.js.gz": 3593, "sent": [ "a (fd_write)" ] diff --git a/test/code_size/test_codesize_hello_wasmfs.json b/test/code_size/test_codesize_hello_wasmfs.json index 1e497bc59fb0b..892da4c3d5f81 100644 --- a/test/code_size/test_codesize_hello_wasmfs.json +++ b/test/code_size/test_codesize_hello_wasmfs.json @@ -1,10 +1,10 @@ { "a.out.js": 4311, "a.out.js.gz": 2104, - "a.out.nodebug.wasm": 1733, - "a.out.nodebug.wasm.gz": 980, - "total": 6044, - "total_gz": 3084, + "a.out.nodebug.wasm": 1681, + "a.out.nodebug.wasm.gz": 960, + "total": 5992, + "total_gz": 3064, "sent": [ "a (fd_write)" ],