Mago 0.24.1 🩹
A quick patch release for you! Mago v0.24.1 is now available, specifically addressing a critical build issue that was affecting our WebAssembly users.
🛠️ Fixes
- WASM Build Restored for Formatter ⚙️: We've resolved a build failure that occurred when compiling the
mago-wasm
to thewasm32-unknown-unknown
target. This fix involves disabling thewasm-opt
optimization pass for the time being and enabling thecompile-time-rng
feature of theahash
crate to ensure broader compatibility. Users building for WebAssembly should now find the process smooth again!
We recommend everyone who was encountering issues with WASM builds, or planning to use Mago in a WebAssembly environment, to update to this version.
Thanks for your patience and for reporting these issues!