wasm-micro-runtime/core/iwasm
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 Add wasm module global type information APIs (#3406) 2024-05-10 09:15:58 +08:00
common Add wasm module global type information APIs (#3406) 2024-05-10 09:15:58 +08:00
compilation Add wasm module global type information APIs (#3406) 2024-05-10 09:15:58 +08:00
doc Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
fast-jit Add wasm module global type information APIs (#3406) 2024-05-10 09:15:58 +08:00
include Add wasm module global type information APIs (#3406) 2024-05-10 09:15:58 +08:00
interpreter Add wasm module global type information APIs (#3406) 2024-05-10 09:15:58 +08:00
libraries Add wasm module global type information APIs (#3406) 2024-05-10 09:15:58 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00