Implement multi-value feature and import binarydump tool (#308)
This commit is contained in:
@ -15,7 +15,8 @@ extern "C" {
|
||||
bool
|
||||
aot_compile_op_block(AOTCompContext *comp_ctx, AOTFuncContext *func_ctx,
|
||||
uint8 **p_frame_ip, uint8 *frame_ip_end,
|
||||
uint32 block_type, uint32 block_ret_type);
|
||||
uint32 label_type, uint32 param_count, uint8 *param_types,
|
||||
uint32 result_count, uint8 *result_types);
|
||||
|
||||
bool
|
||||
aot_compile_op_else(AOTCompContext *comp_ctx, AOTFuncContext *func_ctx,
|
||||
|
||||
Reference in New Issue
Block a user