From 65b61e0a3fde8c4fc82cee53bd5cdd0959b6ffa6 Mon Sep 17 00:00:00 2001 From: Michael Bradshaw Date: Fri, 21 Jun 2024 03:59:42 -0600 Subject: Fix typo in token.def (#2433) --- include/wabt/token.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3