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:
@ -244,5 +244,9 @@
|
||||
wasm_runtime_set_max_thread_num */
|
||||
#define CLUSTER_MAX_THREAD_NUM 4
|
||||
|
||||
#ifndef WASM_ENABLE_TAIL_CALL
|
||||
#define WASM_ENABLE_TAIL_CALL 0
|
||||
#endif
|
||||
|
||||
#endif /* end of _CONFIG_H_ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user