Skip to content

Releases: bytecodealliance/javy

v3.2.0

06 Nov 20:40
420cdff
Compare
Choose a tag to compare

What's Changed

Basic plugin support for static modules has been added. Although the javy-plugin-api crate needs to be published first to be able to make use of it.

Full Changelog: v3.1.2...v3.2.0

v3.1.2

08 Oct 14:24
e765721
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v3.1.2

v3.1.1

19 Sep 15:05
37a35cb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

12 Sep 13:02
9df8761
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.1.0

v3.0.1

04 Jul 18:06
0bfd2bf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3.0.0

18 Jun 15:45
78e5e9d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v3.0.0

v2.0.0

13 Jun 17:58
16fcc96
Compare
Choose a tag to compare

What's Changed

  • Generated modules will now include faster JSON parsing and stringifying
  • Includes a new QuickJS version making previous versions incompatible for dynamic linking.

Full Changelog: v1.4.0...v2.0.0

v1.4.0

29 Jan 21:20
2077d36
Compare
Choose a tag to compare

What's Changed

  • Update to QuickJS 2023-12-09 release

v1.3.0

11 Jan 20:44
56f2de1
Compare
Choose a tag to compare

What's Changed

  • Add --no-source-compression option to reduce compile time by @orisano in #581

New Contributors

v1.2.0

04 Oct 19:34
93766d8
Compare
Choose a tag to compare
  • Adds support for WIT files containing semicolons.
  • Fixes a bug where exported Wasm functions that aren't _start now invoke Wasm constructors and destructors so WASI environment variables and directory mappings are now available in those functions.