diff options
Diffstat (limited to 'src/wasm-delegations-fields.h')
-rw-r--r-- | src/wasm-delegations-fields.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wasm-delegations-fields.h b/src/wasm-delegations-fields.h index 4e23a6530..fa93710ab 100644 --- a/src/wasm-delegations-fields.h +++ b/src/wasm-delegations-fields.h @@ -588,7 +588,8 @@ switch (DELEGATE_ID) { } case Expression::Id::StructNewId: { DELEGATE_START(StructNew); - WASM_UNREACHABLE("TODO (gc): struct.new"); + DELEGATE_FIELD_CHILD(StructNew, rtt); + DELEGATE_FIELD_CHILD_VECTOR(StructNew, operands); DELEGATE_END(StructNew); break; } |