Skip to content

Commit

Permalink
More Visitor Pattern Things
Browse files Browse the repository at this point in the history
Co-authored-by: Rishit Chaudhary <[email protected]>
  • Loading branch information
jtenner and rishitc committed Sep 5, 2024
1 parent d8d7298 commit f502d59
Show file tree
Hide file tree
Showing 3 changed files with 4,777 additions and 113 deletions.
1 change: 0 additions & 1 deletion src/internal/structure/types.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,6 @@ pub type Instruction {
Call(func_idx: FuncIDX)
CallRef(type_idx: TypeIDX)
CallIndirect(table_idx: TableIDX, type_idx: TypeIDX)
// expand(TypeSection[type_idx].subtype[sub_type_index]) -> CompositeType
ReturnCall(func_idx: FuncIDX)
ReturnCallRef(type_idx: TypeIDX)
ReturnCallIndirect(table_idx: TableIDX, type_idx: TypeIDX)
Expand Down
Loading

0 comments on commit f502d59

Please sign in to comment.