This repository was archived by the owner on Apr 25, 2025. It is now read-only.
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
Implement validation & evaluation in the spec interpreter #171
Closed
Description
Assuming things go smoothly for stage 3, one of the stage 4 requirements is "The formalization and the reference interpreter are usually updated". The current interpreter landed in #160 has encoding/decoding/parsing for testing but needs validation and evaluation support.
There's been some previous work on interpreter support for validation and evaluation of different exception semantics (like the previous iteration of the proposal):
- https://github.com/effect-handlers/wasm-effect-handlers/tree/exception-handlers
- https://github.com/effect-handlers/wasm-spec (this implements a minimal version that's neither the new or old spec I think)
But I'm not aware of updated code for the current proposal semantics.
I'm happy to work on PRs for this if nobody else is currently working on it.
Metadata
Metadata
Assignees
Labels
No labels