Skip to content

Commit 3d76690

Browse files
authored
Remove redundant post_finalize.wasm intermediate. NFC (#21099)
The `run_binaryen_command` automatically saves intermeidates after each call so `emcc-1-wasm-emscripten-finalize.wasm` already exists.
1 parent e6415d6 commit 3d76690

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/emscripten.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,8 +547,6 @@ def finalize_wasm(infile, outfile, js_syms):
547547
sections=sections)
548548

549549
metadata = get_metadata(outfile, outfile, modify_wasm, args)
550-
if modify_wasm:
551-
building.save_intermediate(outfile, 'post_finalize.wasm')
552550

553551
if settings.GENERATE_SOURCE_MAP:
554552
building.save_intermediate(outfile + '.map', 'post_finalize.map')

0 commit comments

Comments
 (0)