Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@jeffcharles jeffcharles released this 20 Nov 15:02
· 2 commits to main since this release
c717e59

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