From ed6cbcd7f52057e478ae3b223a4b5a427ef0a719 Mon Sep 17 00:00:00 2001 From: Duncan Dean Date: Wed, 13 Jul 2022 15:36:27 +0200 Subject: [PATCH] Specify Node version for Wasm BigInt support From Node v15.0, Wasm BigInt support is no longer experimental See: https://github.com/nodejs/node/commit/ca8f3ef2e5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dc96f9a..4c937681 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Some functions may error spuriously due to oversights or missing implementations The TypeScript bindings require modern web standards, including support for `FinalizationRegistry` and `WeakRef` (Chrome 84, Firefox 79, Safari 14.1/iOS 14.5 and Node 14.6) and WASM BigInt support -(Chrome 85, Firefox 78, Safari 14.1/iOS 14.5, and Node ??). +(Chrome 85, Firefox 78, Safari 14.1/iOS 14.5, and Node 15.0). ## General -- 2.30.2