mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-11-01 13:47:30 +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); ``` |
||
|---|---|---|
| .. | ||
| libc_builtin_wrapper.c | ||
| libc_builtin.cmake | ||
| SConscript | ||