Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: share isle compilations #81

Draft
wants to merge 2 commits into
base: verify-main
Choose a base branch
from

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.

1 participant