What's Changed
Added
- [#1033] Keep cabi realloc by @dantinkakkar in #1035
- The Javy CLI now supports plugins compiled to target WASI preview 1 alongside our existing support for WASI preview 2. Consult our documentation on extending Javy for how to write a plugin that targets WASI preview 1. This should restore any broken behaviour for using stdio for input and output when compiling a plugin with Rust 1.91.0 or later.
Changed
- RQuickJS has been updated. The QuickJS bytecode emitted by the default plugin is no longer compatible so the import namespace of the default plugin has been changed.
Removed
- The Javy CLI no longer supports WIT worlds using older WIT syntax without trailing semicolons.
New Contributors
- @dantinkakkar made their first contribution in #1035
Full Changelog: v7.0.1...v8.0.0