This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core
Xiaokang Qin 5418e09712
Add two apis for wasm function call (#375)
Add below two apis:

bool wasm_runtime_call_wasm_a(WASMExecEnv *exec_env,
                                                      WASMFunctionInstanceCommon *function,
                                                      uint32 num_results, wasm_val_t results[],
                                                      uint32 num_args, wasm_val_t args[])

bool wasm_runtime_call_wasm_v(WASMExecEnv *exec_env,
                                                      WASMFunctionInstanceCommon *function,
                                                      uint32 num_results, wasm_val_t results[],
                                                      uint32 num_args, ...)

Signed-off-by: Xiaokang Qin <xiaokang.qxk@antgroup.com>
2020-09-08 13:03:35 +08:00
..
app-framework Implement multi-module feature and bulk-memory feature (#271) 2020-06-02 14:53:06 +08:00
app-mgr Refactor app heap and memory boundary check, and fix os_printf compilation error (#356) 2020-08-20 12:43:12 +08:00
deps Refactor the wasm graphic layer (wgl) and the gui sample (#231) 2020-04-12 16:30:01 +08:00
iwasm Add two apis for wasm function call (#375) 2020-09-08 13:03:35 +08:00
shared Fix app heap migrate issue and aot compilation warning (#368) 2020-09-03 11:16:38 +08:00
config.h Add cmake variable to set the max app thread stack size (#346) 2020-08-11 14:47:24 +08:00