summaryrefslogtreecommitdiff
path: root/src/wasm-delegations-fields.def
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-delegations-fields.def')
-rw-r--r--src/wasm-delegations-fields.def9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/wasm-delegations-fields.def b/src/wasm-delegations-fields.def
index 43cb28325..3ab112bdd 100644
--- a/src/wasm-delegations-fields.def
+++ b/src/wasm-delegations-fields.def
@@ -567,6 +567,15 @@ switch (DELEGATE_ID) {
DELEGATE_END(TableGrow);
break;
}
+ case Expression::Id::TableFillId: {
+ DELEGATE_START(TableFill);
+ DELEGATE_FIELD_CHILD(TableFill, size);
+ DELEGATE_FIELD_CHILD(TableFill, value);
+ DELEGATE_FIELD_CHILD(TableFill, dest);
+ DELEGATE_FIELD_NAME_KIND(TableFill, table, ModuleItemKind::Table);
+ DELEGATE_END(TableFill);
+ break;
+ }
case Expression::Id::TryId: {
DELEGATE_START(Try);
DELEGATE_FIELD_SCOPE_NAME_USE(Try, delegateTarget);