From fb31d2fc8107d2e2b4d5ca903539ac1fd2309a87 Mon Sep 17 00:00:00 2001 From: faveoled <85760289+faveoled@users.noreply.github.com> Date: Tue, 28 Oct 2025 14:00:43 +0300 Subject: [PATCH] fix typo --- doc/project/webassembly.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/project/webassembly.md b/doc/project/webassembly.md index caffaca..d16f3bd 100644 --- a/doc/project/webassembly.md +++ b/doc/project/webassembly.md @@ -98,7 +98,7 @@ As mentioned above, Node.js 23 and above requires the following flags: * `--experimental-wasm-exnref`: always required * `--experimental-wasm-jspi`: required to use `js.async`/`js.await` * `--experimental-wasm-imported-strings`: optional (good for performance) -* `--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. +* `--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. ### Chrome