fix aux stack overwritten issue when lib-pthread is enabled (#596)

This commit is contained in:
Xu Jun
2021-04-01 15:07:00 +08:00
committed by GitHub
parent 5a13e1bbbc
commit 22bcfe204e
4 changed files with 101 additions and 17 deletions

View File

@ -106,6 +106,9 @@ wasm_cluster_add_exec_env(WASMCluster *cluster, WASMExecEnv *exec_env);
bool
wasm_cluster_del_exec_env(WASMCluster *cluster, WASMExecEnv *exec_env);
WASMExecEnv *
wasm_clusters_search_exec_env(WASMModuleInstanceCommon *module_inst);
void
wasm_cluster_spread_exception(WASMExecEnv *exec_env);