Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dea0e7a

Browse filesBrowse files
x0m4ekaduh95
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 57ac1f5 commit dea0e7a
Copy full SHA for dea0e7a

2 files changed

+2-2Lines changed: 2 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎doc/api/cli.md‎

Copy file name to clipboardExpand all lines: doc/api/cli.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ added:
754754

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

‎doc/node.1‎

Copy file name to clipboardExpand all lines: doc/node.1
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ vm.measureMemory();
460460
.It Fl -disable-wasm-trap-handler
461461
By default, Node.js enables trap-handler-based WebAssembly bound
462462
checks. 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
464464
execution significantly, but this optimization requires allocating
465465
a big virtual memory cage (currently 10GB). If the Node.js process
466466
does not have access to a large enough virtual memory address space

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.