File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments