Files
wamr/core/iwasm/fast-jit
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
..
2022-08-02 16:03:50 +08:00
2022-08-02 16:03:50 +08:00
2022-12-19 11:24:46 +08:00
2022-08-02 16:03:50 +08:00
2023-11-16 18:48:06 +08:00