diff --git a/doc/api/cli.md b/doc/api/cli.md index 8bfb1e9792ace5..9533c7f0d9cd4e 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -44,9 +44,8 @@ Otherwise, the file is loaded using the CommonJS module loader. See ### ECMAScript modules loader entry point caveat When loading [ECMAScript module loader][] loads the program entry point, the `node` -command will only accept as input only files with `.js`, `.mjs`, or `.cjs` -extensions; and with `.wasm` extensions when -[`--experimental-wasm-modules`][] is enabled. +command will only accept as input only files with `.js`, `.mjs`, `.cjs`, or +`.wasm` extensions. ## Options @@ -381,14 +380,6 @@ changes: Enable experimental WebAssembly System Interface (WASI) support. -### `--experimental-wasm-modules` - - - -Enable experimental WebAssembly module support. - ### `--force-context-aware`