mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-10-30 12:51:16 +00:00
Support getting global type from `wasm_runtime_get_import_type` and `wasm_runtime_get_export_type`, and add two APIs: ```C wasm_valkind_t wasm_global_type_get_valkind(const wasm_global_type_t global_type); bool wasm_global_type_get_mutable(const wasm_global_type_t global_type); ``` |
||
|---|---|---|
| .. | ||
| aot_comp_option.h | ||
| aot_export.h | ||
| gc_export.h | ||
| lib_export.h | ||
| wasm_c_api.h | ||
| wasm_export.h | ||