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.def7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/wasm-delegations-fields.def b/src/wasm-delegations-fields.def
index aeb32e689..c895c31dd 100644
--- a/src/wasm-delegations-fields.def
+++ b/src/wasm-delegations-fields.def
@@ -946,6 +946,13 @@ switch (DELEGATE_ID) {
break;
}
+ case Expression::Id::ContNewId: {
+ DELEGATE_START(ContNew);
+ DELEGATE_FIELD_CHILD(ContNew, func);
+ DELEGATE_FIELD_HEAPTYPE(ContNew, contType);
+ DELEGATE_END(ContNew);
+ break;
+ }
case Expression::Id::ResumeId: {
DELEGATE_START(Resume);
DELEGATE_FIELD_TYPE_VECTOR(Resume, sentTypes);