Skip to content

Commit 84841ad

Browse files
kripkenhedwigz
authored andcommitted
1 parent cccf87b commit 84841ad

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
@@ -2005,7 +2005,7 @@ def run_embind_gen(wasm_target, js_syms, extra_settings, linker_inputs):
20052005
# Build the flags needed by Node.js to properly run the output file.
20062006
node_args = []
20072007
if settings.MEMORY64:
2008-
# The final version of memory64 proposal is not yet implement in any
2008+
# The final version of the memory64 proposal is not yet implemented in any
20092009
# shipping version of node, so we need to lower it away in order to
20102010
# execute the binary at built time.
20112011
building.run_wasm_opt(outfile_wasm, outfile_wasm, ['--memory64-lowering', '--table64-lowering'])

0 commit comments

Comments
 (0)