wasm-micro-runtime/core
Benbuck Nason c5ab862dbb
Add api to get export global instance (#3452)
Add API
```C
bool
wasm_runtime_get_export_global_inst(const wasm_module_inst_t module_inst,
                                    const char *name,
                                    wasm_global_inst_t *global_inst);
```
2024-05-22 16:59:44 +08:00
..
deps Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
iwasm Add api to get export global instance (#3452) 2024-05-22 16:59:44 +08:00
shared NuttX: Rename a few recently-added nuttx options (#3449) 2024-05-21 14:31:14 +08:00
config.h Remove unused macros which were moved to wamr-app-framework (#3425) 2024-05-14 10:52:05 +08:00
version.h Update version number to 2.0.0 and update release notes (#3327) 2024-04-20 10:16:34 +08:00