Skip to content

Releases: bytecodealliance/javy

v4.0.0

20 Nov 15:02
c717e59
Compare
Choose a tag to compare

What's Changed

This release involves two breaking changes to the CLI.

  1. javy emit-provider has been renamed to javy emit-plugin.
  2. javy build -C dynamic now requires a -C plugin=... argument as well. javy emit-plugin can be used to obtain a default plugin that can be used for building dynamically linked modules.

Also, the javy-plugin-api crate has been published to crates.io so it can be used to author your own Javy plugins!

Full Changelog: v3.2.0...v4.0.0

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