docs: record typed-wasm-verify Rust port (C1-C5) in repo-level docs#24
Merged
Conversation
The Rust verifier crate at `crates/typed-wasm-verify/` landed across PRs #19 (C1) → #23 (C5) on 2026-05-15 but the repo-level documentation didn't catch up. This commit fixes that. Changes ------- * CHANGELOG.md `[Unreleased] → Added`: one entry summarising the crate, plus a sub-bullet per phase (C1-C5) with PR refs. * CHANGELOG.md `[Unreleased] → Changed`: note that the repo is now polyglot Idris2 + Zig + Rust (root Cargo workspace). * LEVEL-STATUS.md: new "Post-codegen verifier (Rust)" section after the Idris2 proof inventory, explaining the verifier's place in the three-layer story (spec proofs / source checker / post-codegen) and documenting coverage (L7 + L10 only for now). Lists current consumers (ephapax-wasm + ephapax-cli). * ROADMAP.adoc: v0.4 (ecosystem) gets a [x] bullet for the Rust crate; v1.0 gets two new entries — [x] for the post-codegen verifier itself (partial v1.0 deliverable, separate from `.twasm` parsing), [ ] for the cross-compat parity proof against affinescript's OCaml reference (deferred as "C5.1"). * 0-AI-MANIFEST.a2ml: new `verify_rust` entry in `[canonical_locations]` so AI agents reading the manifest can find the crate. No code changes — this is pure-docs cleanup. The crate itself, its tests, and consumer integrations are already on `main`. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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.
Repo-level documentation catchup for the C1-C5 work that landed across #19, #20, #21, #22, #23.
Changes
CHANGELOG.md[Unreleased] → Added: one summary entry fortyped-wasm-verifyplus a sub-bullet per phase (C1-C5) with PR refs. New[Unreleased] → Changedentry noting the repo is now polyglot Idris2 + Zig + Rust.LEVEL-STATUS.md: new "Post-codegen verifier (Rust)" section explaining the verifier's place in the three-layer story (spec proofs / source checker / post-codegen) and listing current consumers (ephapax-wasm + ephapax-cli). Notes that coverage is L7 + L10 only for now.ROADMAP.adoc: v0.4 (ecosystem) gets[x]for the Rust crate; v1.0 gets two new entries —[x]for the post-codegen verifier as a partial v1.0 deliverable,[ ]for the cross-compat parity proof against affinescript's OCaml reference (deferred as C5.1).0-AI-MANIFEST.a2ml: newverify_rustentry in[canonical_locations]so AI agents reading the manifest can find the crate.No code changes. Closes the documentation gap on what was already merged across #19-#23.