docs: record typed-wasm-verify integration (C6/C7) in repo-level docs#73
Merged
Conversation
C6 (#70) and C7 (#72) merged on 2026-05-15 but the repo-level docs didn't catch up. Fixes that. Changes ------- * CHANGELOG.md `[Unreleased] → Added`: new top-level entry covering C6 (`affinescript.ownership` section emission in ephapax-wasm) and C7 (`ephapax compile --verify-ownership` flag). Includes the typed-wasm-verify rev pin history (`e11bb985` at C6, bumped to `67006edd` at C7 to grab the cross-module verifier). * .machine_readable/6a2/ECOSYSTEM.a2ml: update the typed-wasm entry in `[related-projects]` from the placeholder "aggregate-library" relationship + "Shared binary layout conventions" note to the actual relationship that now exists — `code-dependency`, with a concrete description of which ephapax crates depend on what. No code changes. Closes the documentation gap on what was already merged across #70 and #72. 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 C6 (#70) and C7 (#72).
Changes
CHANGELOG.md[Unreleased] → Added: new top-level entry covering both phases, with the typed-wasm-verify rev pin history (e11bb985at C6, bumped to67006eddat C7 to pull in the cross-module verifier)..machine_readable/6a2/ECOSYSTEM.a2ml: update the typed-wasm entry in[related-projects]from the placeholder "aggregate-library" relationship + "Shared binary layout conventions" note tocode-dependencywith a concrete description of which ephapax crates depend on what.No code changes. Pure-docs catchup on what's already merged.