wasm-micro-runtime/core/iwasm/include
Benbuck Nason c85bada2a9
Add wasm module global type information APIs (#3406)
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);
```
2024-05-10 09:15:58 +08:00
..
aot_comp_option.h Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125) 2024-02-06 20:47:11 +08:00
aot_export.h Add necessary comments for doxygen (#3299) 2024-04-11 07:50:08 +08:00
gc_export.h Fix some spelling issues (#3385) 2024-05-06 07:56:48 +08:00
lib_export.h Add necessary comments for doxygen (#3299) 2024-04-11 07:50:08 +08:00
wasm_c_api.h Fix clang compile warnings (#3396) 2024-05-08 16:43:47 +08:00
wasm_export.h Add wasm module global type information APIs (#3406) 2024-05-10 09:15:58 +08:00