Skip to content

Commit e25cfbc

Browse files
committed
docs(affirmation): add AFFIRMATION (already licensed; refreshed 2026-06-16)
1 parent cc66812 commit e25cfbc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

AFFIRMATION.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@ end-to-end.*
166166
across both crates (all features) → *152 passed, 0 failed, 0 ignored*. In
167167
particular:
168168
** *Execution gate* (`tests/execute_lowering.rs`, *1 passed*): the emitted typed
169-
loads/stores are instantiated in **wasmi** and proven to _compute_ the right
170-
memory semantics — every scalar width, narrow-field sign/zero-extension, and a
171-
narrow store touching only its own bytes. Mutation-tested in development so the
172-
gate has teeth.
169+
loads/stores are instantiated in **wasmi** and _tested by execution_ to compute
170+
the right memory semantics — every scalar width, narrow-field sign/zero-extension,
171+
and a narrow store touching only its own bytes. This is a passing test, not a
172+
formal proof. Mutation-tested in development so the gate has teeth.
173173
** *Zero-trust access typing* (`tests/access_typing.rs`, *8 passed*): the verifier
174174
decodes the code section and confirms each pinned access is a load/store of the
175175
field's exact type/width/offset, in-region — with five fault "teeth" each

0 commit comments

Comments
 (0)