Skip to content

Releases: Moddable-OpenSource/moddable-xst

xst 9.0.1

14 Nov 22:44
Compare
Choose a tag to compare

This release is focused on enhancing the XS linker.
See XS linker warnings for details.

This release features two proposals:

There are also a lot of fixes, mostly to get correct “ticks” for async functions and generators.

The xst options changed to be more compatible with other engines:

xst [-h] [-e] [-m] [-s] [-t] [-v] strings...
	-h: print this help message
	-e: eval strings
	-m: strings are paths to modules
	-s: strings are paths to scripts
	-t: strings are paths to test262 cases or directories
	-v: print XS version

Without -e, -m, -s, or -t, strings ending in .mjs are paths to modules, other strings are paths to scripts.

xst 9.0.0

xst 8.8.0

xst 8.7.0

29 Jan 09:21
Compare
Choose a tag to compare

BigInt, BigInt64Array, BigUint64Array

Fix Moddable-OpenSource/moddable#113

xst 8.6.2

05 Jan 14:08
Compare
Choose a tag to compare

Fixes:

  • Memory Corruption in Array.prototype.map #107
  • JSON.stringify correctness issue #112

xst 8.6.1

20 Nov 10:45
Compare
Choose a tag to compare

Bug fixes. Probably stable Array.prototype.sort.

xst 8.6.0

28 Aug 11:33
Compare
Choose a tag to compare

All finished proposals

xst 8.4.1

23 Mar 09:29
Compare
Choose a tag to compare

Fix downloads

xst 8.4.0

19 Mar 12:08
Compare
Choose a tag to compare

Promise.prototype.finally
Asynchronous Iteration
xst-lin32.zip
xst-lin64.zip
xst-mac.zip
xst-win.zip

xst 8.3.0

02 Mar 10:43
Compare
Choose a tag to compare

Initial release