File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -758,7 +758,7 @@ added:
758758
759759By default, Node.js enables trap-handler-based WebAssembly bound
760760checks. As a result, V8 does not need to insert inline bound checks
761- int the code compiled from WebAssembly which may speedup WebAssembly
761+ in the code compiled from WebAssembly which may speed up WebAssembly
762762execution significantly, but this optimization requires allocating
763763a big virtual memory cage (currently 10GB). If the Node.js process
764764does not have access to a large enough virtual memory address space
Original file line number Diff line number Diff line change @@ -460,7 +460,7 @@ vm.measureMemory();
460460.It Fl -disable-wasm-trap-handler
461461By default, Node.js enables trap-handler-based WebAssembly bound
462462checks. As a result, V8 does not need to insert inline bound checks
463- int the code compiled from WebAssembly which may speedup WebAssembly
463+ in the code compiled from WebAssembly which may speed up WebAssembly
464464execution significantly, but this optimization requires allocating
465465a big virtual memory cage (currently 10GB). If the Node.js process
466466does not have access to a large enough virtual memory address space
You can’t perform that action at this time.
0 commit comments