From: Duncan Dean Date: Wed, 13 Jul 2022 13:36:27 +0000 (+0200) Subject: Specify Node version for Wasm BigInt support X-Git-Tag: v0.0.110.0~2^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-java;a=commitdiff_plain;h=ed6cbcd7f52057e478ae3b223a4b5a427ef0a719 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 --- 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