quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

commit f336cd998f2b8bf2a5cca2a78021b288de491f57
parent eea59f0b885e8f39725954081c793487f718dbdf
Author: Fabrice Bellard <fabrice@bellard.org>
Date:   Sat,  9 Dec 2023 12:52:22 +0100

new release

Diffstat:
Mquickjs/Changelog | 8++++++++
Mquickjs/VERSION | 2+-
2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/quickjs/Changelog b/quickjs/Changelog @@ -1,3 +1,11 @@ +2023-12-09: + +- added Object.hasOwn, {String|Array|TypedArray}.prototype.at, + {Array|TypedArray}.prototype.findLast{Index} +- BigInt support is enabled even if CONFIG_BIGNUM disabled +- updated to Unicode 15.0.0 +- misc bug fixes + 2021-03-27: - faster Array.prototype.push and Array.prototype.unshift diff --git a/quickjs/VERSION b/quickjs/VERSION @@ -1 +1 @@ -2021-03-27 +2023-12-09