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/iwasm/include
Saju Pillai 76d641c7ea
Update wasm_c_api to use vector types (#751)
The WASM C API now requires the use of vector types in certain apis.
Switching WAMR to use the new call signatures improves "drop in"
compilation compatibility between WAMR and other implementations
from a C-api embedding program's perspective.

* wasm_func_callback_t type has been updated to use wasm_val_vec_t
* wasm_func_callback_with_env_t type has been updated to use wasm_val_vec_t
* wasm_func_call() has been updated to use wasm_val_vec_t
* wasm_instance_new() has been updated to use wasm_extern_vec_t*
* wasm_instance_new_with_args() has been updated to use wasm_extern_vec_t*
* wasm_runtime_invoke_c_api_native() has been updated to support vector types
  in native callbacks without modifying the contract with the interpreter code.
* All users of the modified functions (including samples/wasm-c-api/src/*.c)
  have been appropriately updated.
2021-09-16 14:54:25 +08:00
..
aot_export.h Implement XIP feature and enable ARC target support (#694) 2021-08-12 17:44:39 +08:00
lib_export.h Implement multi-module feature and bulk-memory feature (#271) 2020-06-02 14:53:06 +08:00
wasm_c_api.h Update wasm_c_api to use vector types (#751) 2021-09-16 14:54:25 +08:00
wasm_export.h Implement wasm-c-api wasm_config related APIs (#665) 2021-07-15 10:47:40 +08:00