Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
___divdi3
___dn_expand
___errno_location
___lockfile
___muldi3
___stdio_close
___stdio_exit
___stdio_read
___stdio_seek
___stdio_write
___strdup
___udivdi3
___unlockfile
__apply_relocations
Expand Down
7 changes: 7 additions & 0 deletions tests/other/metadce/hello_world_fastcomp_O3_MAIN_MODULE.sent
Original file line number Diff line number Diff line change
Expand Up @@ -1564,6 +1564,13 @@ emscriptenWebGLGetUniform
emscriptenWebGLGetVertexAttrib
emscripten_realloc_buffer
fb
fp$___dn_expand$iiiiii
fp$___stdio_close$ii
fp$___stdio_exit$v
fp$___stdio_read$iiii
fp$___stdio_seek$iiiii
fp$___stdio_write$iiii
fp$___strdup$ii
gb
getTempRet0
invoke_X
Expand Down
2 changes: 1 addition & 1 deletion tests/test_other.py
Original file line number Diff line number Diff line change
Expand Up @@ -8181,7 +8181,7 @@ def test_binaryen_metadce_hello(self, *args):
0, [], [], 8, 0, 0, 0), # noqa; totally empty!
# we don't metadce with linkable code! other modules may want stuff
# don't compare the # of functions in a main module, which changes a lot
'main_module_1': (['-O3', '-s', 'MAIN_MODULE=1'], 1584, [], [], 226403, None, 97, None), # noqa
'main_module_1': (['-O3', '-s', 'MAIN_MODULE=1'], 1591, [], [], 226403, None,104, None), # noqa
'main_module_2': (['-O3', '-s', 'MAIN_MODULE=2'], 12, [], [], 10571, 16, 9, 20), # noqa
})
@no_wasm_backend()
Expand Down