@@ -9509,6 +9509,7 @@ def test_minimal_runtime_code_size(self):
9509
9509
'-s' , 'GL_SUPPORT_EXPLICIT_SWAP_CONTROL=0' ,
9510
9510
'-s' , 'GL_POOL_TEMP_BUFFERS=0' ,
9511
9511
'-s' , 'FAST_UNROLLED_MEMCPY_AND_MEMSET=0' ,
9512
+ '-s' , 'OLDEST_SUPPORTED_CHROME_VERSION=58' ,
9512
9513
'--output_eol' , 'linux' ]
9513
9514
9514
9515
asmjs = ['-s' , 'WASM=0' , '--separate-asm' , '-s' , 'ELIMINATE_DUPLICATE_FUNCTIONS=1' , '--memory-init-file' , '1' ]
@@ -9531,7 +9532,7 @@ def test_minimal_runtime_code_size(self):
9531
9532
(opts , hello_world_sources , {'a.html' : 968 , 'a.js' : 604 , 'a.wasm' : 86 }),
9532
9533
(asmjs + opts , hello_webgl_sources , {'a.html' : 881 , 'a.js' : 4918 , 'a.asm.js' : 11139 , 'a.mem' : 321 }),
9533
9534
(opts , hello_webgl_sources , {'a.html' : 857 , 'a.js' : 4874 , 'a.wasm' : 8841 }),
9534
- (opts , hello_webgl2_sources , {'a.html' : 857 , 'a.js' : 5507 , 'a.wasm' : 8841 }) # Compare how WebGL2 sizes stack up with WebGL 1
9535
+ (opts , hello_webgl2_sources , {'a.html' : 857 , 'a.js' : 5362 , 'a.wasm' : 8841 }) # Compare how WebGL2 sizes stack up with WebGL 1
9535
9536
]
9536
9537
9537
9538
success = True
0 commit comments