From dbff5bc3f69c7ce0693b57f0621776b57733f3a7 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. --- 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 b08c6c5558fcda..f0819544771a3b 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`