Add the tail-call feature support for classic-interp (#401)
* Add the tail-call feature support for classic-interp Signed-off-by: Xiaokang Qin <xiaokang.qxk@antgroup.com> * add CI for tail call and custom name section * add CI for tail call and custom name section * update CI for mac Co-authored-by: Xu Jun <693788454@qq.com>
This commit is contained in:
@ -3125,8 +3125,8 @@ recover_br_info:
|
||||
HANDLE_OP (WASM_OP_UNUSED_0x08):
|
||||
HANDLE_OP (WASM_OP_UNUSED_0x09):
|
||||
HANDLE_OP (WASM_OP_UNUSED_0x0a):
|
||||
HANDLE_OP (WASM_OP_UNUSED_0x12):
|
||||
HANDLE_OP (WASM_OP_UNUSED_0x13):
|
||||
HANDLE_OP (WASM_OP_RETURN_CALL):
|
||||
HANDLE_OP (WASM_OP_RETURN_CALL_INDIRECT):
|
||||
HANDLE_OP (WASM_OP_UNUSED_0x14):
|
||||
HANDLE_OP (WASM_OP_UNUSED_0x15):
|
||||
HANDLE_OP (WASM_OP_UNUSED_0x16):
|
||||
|
||||
Reference in New Issue
Block a user