wasm-micro-runtime/core
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
..
deps Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
iwasm Add wasm module global type information APIs (#3406) 2024-05-10 09:15:58 +08:00
shared Fix clang compile warnings (#3396) 2024-05-08 16:43:47 +08:00
config.h Fix some spelling issues (#3385) 2024-05-06 07:56:48 +08:00
version.h Update version number to 2.0.0 and update release notes (#3327) 2024-04-20 10:16:34 +08:00