Skip to content

Commit d9d183d

Browse files
authored
Merge pull request #666 from faveoled/patch-1
fix typo
2 parents 8214c54 + fb31d2f commit d9d183d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/project/webassembly.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ As mentioned above, Node.js 23 and above requires the following flags:
9898
* `--experimental-wasm-exnref`: always required
9999
* `--experimental-wasm-jspi`: required to use `js.async`/`js.await`
100100
* `--experimental-wasm-imported-strings`: optional (good for performance)
101-
* `--turboshaft-wasm`: optional, bug significantly increases stability. Only applies to Node.js 23.x.x: version 24.0.0 and up enables this by default, and has removed the flag.
101+
* `--turboshaft-wasm`: optional, but significantly increases stability. Only applies to Node.js 23.x.x: version 24.0.0 and up enables this by default, and has removed the flag.
102102

103103
### Chrome
104104

0 commit comments

Comments
 (0)