diff options
Diffstat (limited to 'include/wabt/token.def')
-rw-r--r-- | include/wabt/token.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wabt/token.def b/include/wabt/token.def index 2c9ff2b8..1fd3d0e5 100644 --- a/include/wabt/token.def +++ b/include/wabt/token.def @@ -142,7 +142,7 @@ WABT_TOKEN(SimdStoreLane, "SIMDSTORELANE") WABT_TOKEN(SimdShuffleOp, "i8x16.shuffle") WABT_TOKEN(Store, "STORE") WABT_TOKEN(TableCopy, "table.copy") -WABT_TOKEN(TableFill, "table.full") +WABT_TOKEN(TableFill, "table.fill") WABT_TOKEN(TableGet, "table.get") WABT_TOKEN(TableGrow, "table.grow") WABT_TOKEN(TableInit, "table.init") |