What's Changed
This release involves two breaking changes to the CLI.
javy emit-provider
has been renamed tojavy emit-plugin
.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!
- Switch plugin to build on Linux by @jeffcharles in #830
- Rename emit-provider subcommand to emit-plugin by @jeffcharles in #819
- Add support for plugins to dynamically linked modules by @jeffcharles in #821
- Update docs for plugins by @jeffcharles in #832
- v4.0.0 by @jeffcharles in #834
Full Changelog: v3.2.0...v4.0.0