Skip to content

Commit d1bcd3d

Browse files
authored
Fix typo in description of limits binary format (#22)
Closes #21
1 parent d456ed8 commit d1bcd3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: proposals/memory64/Overview.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@ have to support 32-bit memory addresses in their ABI.
282282
| 0x03 n:u32 m:u32 ⇒ i32, {min n, max m}, 1 ;; from threads proposal
283283
| 0x04 n:u64 ⇒ i64, {min n, max ϵ}, 0
284284
| 0x05 n:u64 m:u64 ⇒ i64, {min n, max m}, 0
285-
| 0x06 n:u32 ⇒ i64, {min n, max ϵ}, 1 ;; from threads proposal
286-
| 0x07 n:u32 m:u32 ⇒ i64, {min n, max m}, 1 ;; from threads proposal
285+
| 0x06 n:u64 ⇒ i64, {min n, max ϵ}, 1 ;; from threads proposal
286+
| 0x07 n:u64 m:u64 ⇒ i64, {min n, max m}, 1 ;; from threads proposal
287287
```
288288
289289
* The [memory type][binary memtype] structure is extended to use this limits

0 commit comments

Comments
 (0)