Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion EXPLAINME.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ____

**Evidence**: `examples/02-multi-module.twasm` demonstrates: Module A exports a `region Entity` with fields (pos_x, pos_y, hp); Module B imports the same region and defines typed load/store operations. `src/abi/Proofs.idr` proves field offset and alignment agreement.

**Caveat**: Schema agreement proof is _type-level_ (compile-time). Does NOT verify that actual Rust/ReScript compiled code respects field layout — correspondence is manual. Runtime behavior depends on correct field packing across compilers.
**Caveat**: Schema agreement proof is _type-level_ (compile-time). Does NOT verify that actual Rust/AffineScript compiled code respects field layout — correspondence is manual. Runtime behavior depends on correct field packing across compilers.

=== Claim 3: "Checked L1-L10 Proof Core — All 10 Levels Integrated"

Expand Down
2 changes: 1 addition & 1 deletion PROOF-NEEDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ operationally but does not prove the monotonicity as a theorem.
(P2.1, P2.2), Levels monotonicity (P3.2). Cleanup session.

After each session: run `idris2 --check` on every file in
`typed-wasm.ipkg`, run `panic-attack assail` on the Rust/ReScript
`typed-wasm.ipkg`, run `panic-attack assail` on the Rust/AffineScript
adjacent code (no new unsafe code should land), update this file's
inventory table, commit.

Expand Down
Loading