Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

0.6.0 crates.io release

Compare
Choose a tag to compare
@acfoltzer acfoltzer released this 05 Feb 21:26
0.6.0
5a6fa84
  • Added free_slots(), used_slots(), and capacity() methods to the Region trait.

  • Added a check to ensure the Limits signal stack size is at least MINSIGSTKSZ, and increased the default signal stack size on macOS debug builds to fit this constraint.

  • Added an option to canonicalize NaNs to the lucetc API. Thanks, @DavidM-D!

  • Restored some of the verbosity of pretty-printed errors in lucetc and lucet-validate, with more on the way.

  • Fixed OS detection for LDFLAGS on macOS. Thanks, @roman-kashitsyn!