We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c4efe commit cf35a6aCopy full SHA for cf35a6a
design/mvp/Explainer.md
@@ -1591,7 +1591,7 @@ stored values:
1591
* If `context.get i32 i` is called after `context.set i64 i v`,
1592
only the low 32-bits are read (returning `i32.wrap_i64 v`).
1593
* If `context.get i64 i` is called after `context.set i32 i v`,
1594
- only the upper 32-bits will be zeroed (returning `i64.extend_i32_u v`).
+ the upper 32-bits will be zero (returning `i64.extend_i32_u v`).
1595
1596
For details, see [Thread-Local Storage] in the concurrency explainer and
1597
[`canon_context_set`] in the Canonical ABI explainer.
0 commit comments