Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

wasmer-toml: v0.7.0

Compare
Choose a tag to compare
@Michael-F-Bryan Michael-F-Bryan released this 20 Jul 15:55
d55089b

0.7.0 (2023-07-20)

⚠ BREAKING CHANGES

  • Manifest and Package are now #[non_exhaustive] and configurable via a builder API
  • made ManifestError and ValidationError more strongly typed and descriptive
  • Removed unnecessary Option wrappers from the Manifest type

Features

  • Added an "entrypoint" field to the "[package]" table (fixes #15) (d6bce6b)
  • Added validation for duplicate commands and modules (26f8f84)
  • Added validation to check that the entrypoint is valid (b9b677c)
  • made ManifestError and ValidationError more strongly typed and descriptive (75040b8)
  • Manifest and Package are now #[non_exhaustive] and configurable via a builder API (2b99e5c)
  • Removed unnecessary Option wrappers from the Manifest type (5307784)

Miscellaneous Chores