| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.6.0 crates.io release source code.tar.gz | 2020-02-05 | 435.3 kB | |
| 0.6.0 crates.io release source code.zip | 2020-02-05 | 581.9 kB | |
| README.md | 2020-02-05 | 537 Bytes | |
| Totals: 3 Items | 1.0 MB | 0 | |
-
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!