[quickjs-devel] Re: New release

  • From: Saúl Ibarra Corretgé <s@xxxxxxxxxx>
  • To: quickjs-devel@xxxxxxxxxxxxx
  • Date: Tue, 30 Jul 2019 09:21:35 +0200

On 28/07/2019 17:08, Fabrice Bellard wrote:

Hi,

A new release of QuickJS is available:

2019-07-28:

- added dynamic import
- added Promise.allSettled
- added String.prototype.matchAll
- added Object.fromEntries
- reduced number of ticks in await
- added BigInt support in Atomics
- exported JS_NewPromiseCapability()
- misc async function and async generator fixes
- enabled hashbang support by default

Best regards,

Fabrice.


Hi,

Thanks for the nice updates, I'm excited the promise constructor is now
public!

Any chance the BigInt constructors can also be made public in a further
update? I'm currently exposing JS_NewBigUint64 in order to be able to
represent a uint64_t coming from a library.


Cheers,

-- 
Saúl

Other related posts: