Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken authored Dec 3, 2024
1 parent acf75ee commit f5956e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/link.py
Original file line number Diff line number Diff line change
Expand Up @@ -2003,7 +2003,7 @@ def run_embind_gen(wasm_target, js_syms, extra_settings, linker_inputs):
# Build the flags needed by Node.js to properly run the output file.
node_args = []
if settings.MEMORY64:
# The final version of memory64 proposal is not yet implement in any
# The final version of the memory64 proposal is not yet implemented in any
# shipping version of node, so we need to lower it away in order to
# execute the binary at built time.
building.run_wasm_opt(outfile_wasm, outfile_wasm, ['--memory64-lowering', '--table64-lowering'])
Expand Down

0 comments on commit f5956e1

Please sign in to comment.