Implement multi-value feature and import binarydump tool (#308)
This commit is contained in:
@ -27,8 +27,8 @@ typedef struct WASMInterpFrame {
|
||||
uint8 *ip;
|
||||
|
||||
#if WASM_ENABLE_FAST_INTERP != 0
|
||||
/* return offset of current frame.
|
||||
the callee will put return value here */
|
||||
/* return offset of the first return value of current frame.
|
||||
the callee will put return values here continuously */
|
||||
uint32 ret_offset;
|
||||
uint32 *lp;
|
||||
uint32 operand[1];
|
||||
|
||||
Reference in New Issue
Block a user