Skip to content

Releases: HiRoFa/quickjs_es_runtime

0.14.5

24 Dec 12:55
Compare
Choose a tag to compare
  • quickjs-ng 0.8.0

0.14.2

22 Sep 08:34
Compare
Choose a tag to compare
update to quickjs-ng 0.6.0

0.14.1

16 Sep 09:17
Compare
Choose a tag to compare

update quickjs-ng to 0.5.0

0.14.0

16 Sep 09:15
Compare
Choose a tag to compare

simplified tokio deps

0.13.1

13 Mar 13:39
Compare
Choose a tag to compare
  • update quickjs-ng to 4.0.1
  • fixed bigint support for quickjs-ng

0.13.0

08 Mar 13:34
Compare
Choose a tag to compare
  • support quickjs-ng (v 0.3.0) as feature, it compiles, some test cases fail (bigint) but should be a nice first step

0.12.1

15 Feb 09:33
Compare
Choose a tag to compare
  • bugfix: console.log("a:%s", undefined); would fail

0.12.0

14 Jan 08:43
Compare
Choose a tag to compare
  • uses hirofa-quickjs-sys 0.2.0 and ['bellard'] feature and thus the 2024-01-13 version of the original quickjs by Fabrice Bellard
  • added get_proxy_instance_id for getting instance id without looking up the proxy
  • console functions output source filename

0.11.0

14 Jun 06:58
Compare
Choose a tag to compare
wip

0.10.1

29 May 18:59
Compare
Choose a tag to compare
replace Mutex with parking_lot