Specify Node version for Wasm BigInt support
authorDuncan Dean <mail@dunxen.dev>
Wed, 13 Jul 2022 13:36:27 +0000 (15:36 +0200)
committerGitHub <noreply@github.com>
Wed, 13 Jul 2022 13:36:27 +0000 (15:36 +0200)
From Node v15.0, Wasm BigInt support is no longer experimental

See: https://github.com/nodejs/node/commit/ca8f3ef2e5

README.md

index 1dc96f9a4966768f91203e2831c3eddb26ad1901..4c937681b77b79dd713e8a79d0227934fd913377 100644 (file)
--- 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