Integrate Iris small-step Wasm semantics - #161
Merged
Merged
Conversation
Contributor
|
Verifier report preview: https://talos-verifier-report-pr-161.vercel.app (This URL is stable for this PR — it always points to the latest build of b9ab6bd.) |
mfornet
marked this pull request as ready for review
July 28, 2026 11:36
mfornet
added a commit
that referenced
this pull request
Jul 28, 2026
* document Iris migration architecture * Integrate Iris small-step Wasm semantics (#161) * Integrate Iris small-step Wasm semantics * update justfile * Verify GCD and merge sort examples * Clean merge sort proof warnings * Keep CodeLib examples out of downstream imports * Split Lean CI proof builds * Run long Lean builds on macOS runners * Update GitHub actions to Node 24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Language, state interpretation, lifting, and adequacyswap_elementsWhy
The fuel-bounded big-step interpreter could execute Wasm but was not suitable as an iris-lean language. This establishes one authoritative small-step relation, a corresponding executable stepper, and an Iris proof stack over that same relation.
Validation
git diff --checkcd interpreter && lake buildcd codelib && lake buildcd programs/lean && lake buildReview notes
This PR intentionally stops at the core migration. Further migration or rebuilding of legacy example theorem APIs is deferred. The old big-step path remains where required as a temporary comparison/compatibility oracle; the new runner, testsuite execution, Iris rules, and new proofs use the authoritative small-step path.
Generated root-level
.wasmartifacts were intentionally excluded.