-
Notifications
You must be signed in to change notification settings - Fork 829
Open
Description
CallRef gets an isReturn param
Lines 1014 to 1020 in 93f40ae
| BINARYEN_API BinaryenExpressionRef | |
| BinaryenCallRef(BinaryenModuleRef module, | |
| BinaryenExpressionRef target, | |
| BinaryenExpressionRef* operands, | |
| BinaryenIndex numOperands, | |
| BinaryenType type, | |
| bool isReturn); |
while Call/CallIndirect have two variants instead, BinaryenCall, BinaryenReturnCall. We should probably standardize on one.
Noticed in #8103
Metadata
Metadata
Assignees
Labels
No labels