Skip to content

Commit

Permalink
Fix validation rules for table.set and table.grow in Overview.md (Web…
Browse files Browse the repository at this point in the history
  • Loading branch information
evicy authored and bvisness committed Aug 1, 2024
1 parent 9b84695 commit 4d63201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proposals/memory64/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ have to support 32-bit memory addresses in their ABI.
- ```
C.tables[x] = it limits t
------------------------------
C ⊦ table.set x : [it] → [t]
C ⊦ table.set x : [it t] → []
```
- table.size x
- ```
Expand All @@ -187,7 +187,7 @@ have to support 32-bit memory addresses in their ABI.
- ```
C.tables[x] = it limits t
-------------------------------
C ⊦ table.grow x : [it] → [it]
C ⊦ table.grow x : [t it] → [it]
```
- table.fill x
- ```
Expand Down

0 comments on commit 4d63201

Please sign in to comment.