Skip to content

Conversation

@mmcloughlin
Copy link
Collaborator

  • move get_isle_compilations to meta::isle
  • wip

@mmcloughlin mmcloughlin changed the title mbm/share isle compilations WIP: share isle compilations Nov 8, 2023
avanhatt pushed a commit to wellesley-prog-sys/wasmtime that referenced this pull request Oct 9, 2024
Implement support for complex enum types in the verifier.

Features of this limited support:

* Enum types cannot be directly declared by users. A verification domain
  enum can only be derived from its corresponding ISLE definition.
* Enum variants can be constructed: `(Enum.Variant a b c)`
* Discriminator expressions: `(Variant? e)` tests if `e` has variant
  `Variant`.
* Enums can be compared for equality.

Updates avanhatt#48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants