Skip to content

Commit f5956e1

Browse files
authored
[NFC] Fix a typo from #23051 (#23062)
1 parent acf75ee commit f5956e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/link.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2003,7 +2003,7 @@ def run_embind_gen(wasm_target, js_syms, extra_settings, linker_inputs):
20032003
# Build the flags needed by Node.js to properly run the output file.
20042004
node_args = []
20052005
if settings.MEMORY64:
2006-
# The final version of memory64 proposal is not yet implement in any
2006+
# The final version of the memory64 proposal is not yet implemented in any
20072007
# shipping version of node, so we need to lower it away in order to
20082008
# execute the binary at built time.
20092009
building.run_wasm_opt(outfile_wasm, outfile_wasm, ['--memory64-lowering', '--table64-lowering'])

0 commit comments

Comments
 (0)