Skip to content

Commit f9501fb

Browse files
x0m4ekjuanarbol
authored andcommitted
doc: fix typo in --disable-wasm-trap-handler description
PR-URL: #61820 Reviewed-By: René <contact.9a5d6388@renegade334.me.uk> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent aaa667e commit f9501fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ added: v22.2.0
653653

654654
By default, Node.js enables trap-handler-based WebAssembly bound
655655
checks. As a result, V8 does not need to insert inline bound checks
656-
int the code compiled from WebAssembly which may speedup WebAssembly
656+
in the code compiled from WebAssembly which may speed up WebAssembly
657657
execution significantly, but this optimization requires allocating
658658
a big virtual memory cage (currently 10GB). If the Node.js process
659659
does not have access to a large enough virtual memory address space

0 commit comments

Comments
 (0)