This repository was archived by the owner on Mar 24, 2022. It is now read-only.
0.6.0 crates.io release
-
Added
free_slots(),used_slots(), andcapacity()methods to theRegiontrait. -
Added a check to ensure the
Limitssignal stack size is at leastMINSIGSTKSZ, and increased the default signal stack size on macOS debug builds to fit this constraint. -
Added an option to canonicalize NaNs to the
lucetcAPI. Thanks, @DavidM-D! -
Restored some of the verbosity of pretty-printed errors in
lucetcandlucet-validate, with more on the way. -
Fixed OS detection for LDFLAGS on macOS. Thanks, @roman-kashitsyn!