Closed jeffcharles closed 1 month ago
Disabling reference types when compiling javy-core.
The latest Rust stable compiler has started to emit instructions which rely on reference types support. Wizer (as of Wizer 7.0.0) does not support reference types. This causes the build for Javy CLI to fail when Wizer is executed on javy-core.
javy-cli
javy-core
Description of the change
Disabling reference types when compiling javy-core.
Why am I making this change?
The latest Rust stable compiler has started to emit instructions which rely on reference types support. Wizer (as of Wizer 7.0.0) does not support reference types. This causes the build for Javy CLI to fail when Wizer is executed on javy-core.
Checklist
javy-cli
andjavy-core
do not require updating CHANGELOG files.