Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2020-07-23 02:51:24 +0300
committerMichaƫl Zasso <targos@protonmail.com>2020-10-18 21:17:43 +0300
commitca8f3ef2e550dba41ec8e08e53bc51680623f743 (patch)
tree0367b5601bd0b987c9f67a56618bc6fb73c4886f /doc/api/wasi.md
parent94dd7b9f94fd151195820e961de997a0ad7ca40a (diff)
wasi: drop --experimental-wasm-bigint requirement
After the V8 8.5 update, the WASI APIs no longer require the use of --experimental-wasm-bigint. This commit removes its use. PR-URL: https://github.com/nodejs/node/pull/35415 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Diffstat (limited to 'doc/api/wasi.md')
-rw-r--r--doc/api/wasi.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/wasi.md b/doc/api/wasi.md
index decb9641e16..5430ae63d50 100644
--- a/doc/api/wasi.md
+++ b/doc/api/wasi.md
@@ -70,8 +70,8 @@ Use [wabt](https://github.com/WebAssembly/wabt) to compile `.wat` to `.wasm`
$ wat2wasm demo.wat
```
-The `--experimental-wasi-unstable-preview1` and `--experimental-wasm-bigint`
-CLI arguments are needed for this example to run.
+The `--experimental-wasi-unstable-preview1` CLI argument is needed for this
+example to run.
## Class: `WASI`
<!-- YAML