Implement wasm-c-api wasm_config related APIs (#665)

And add wasm_engine_new_with_args() declaration in wasm_c_api.h
Fix wasm-c-api frame func_offset issue in fast interp mode
Remove sanitize compiler flag in product-mini linux CMakeLists.txt
This commit is contained in:
Wenyong Huang
2021-07-15 10:47:40 +08:00
committed by GitHub
parent 0f1ce9ef3d
commit ea06c19a9d
7 changed files with 74 additions and 9 deletions

View File

@ -3428,6 +3428,7 @@ recover_br_info:
wasm_set_exception(module, "out of bounds memory access");
got_exception:
SYNC_ALL_TO_FRAME();
return;
#if WASM_ENABLE_LABELS_AS_VALUES == 0