Skip to content

Commit

Permalink
valtype_str: add exnref
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Aug 2, 2024
1 parent 4202b61 commit 061666f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ valtype_str(enum valtype vt)
[TYPE_v128] = "v128",
[TYPE_funcref] = "funcref",
[TYPE_externref] = "externref",
[TYPE_exnref] = "exnref",
};
return types[vt];
}
Expand Down

0 comments on commit 061666f

Please sign in to comment.