From ca8f3ef2e550dba41ec8e08e53bc51680623f743 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Wed, 22 Jul 2020 19:51:24 -0400 Subject: [PATCH] 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 Reviewed-By: Jiawen Geng Reviewed-By: Daniel Bevenius Reviewed-By: Matteo Collina Reviewed-By: Myles Borins --- doc/api/wasi.md | 4 ++-- test/wasi/test-return-on-exit.js | 2 +- test/wasi/test-wasi-not-started.js | 1 - test/wasi/test-wasi-stdio.js | 2 +- test/wasi/test-wasi-symlinks.js | 1 - test/wasi/test-wasi.js | 1 - 6 files changed, 4 insertions(+), 7 deletions(-) diff --git a/doc/api/wasi.md b/doc/api/wasi.md index decb9641e161f2..5430ae63d50d83 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`