From 3f46066e146143679dec12606c4e9bac97a16f7c Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Tue, 3 Dec 2024 09:41:04 -0800 Subject: [PATCH] fix --- tools/link.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/link.py b/tools/link.py index 5af54b01380d9..8c6c608a27755 100644 --- a/tools/link.py +++ b/tools/link.py @@ -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'])