wasm-micro-runtime/core/iwasm/common
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
..
arch Fix clang compile warnings (#3396) 2024-05-08 16:43:47 +08:00
gc Fix some spelling issues (#3385) 2024-05-06 07:56:48 +08:00
iwasm_common.cmake
SConscript
wasm_application.c Fix some spelling issues (#3385) 2024-05-06 07:56:48 +08:00
wasm_blocking_op.c
wasm_c_api_internal.h Fix some spelling issues (#3385) 2024-05-06 07:56:48 +08:00
wasm_c_api.c Allow not copying the wasm binary in wasm-c-api and not referring to the binary in wasm/aot loader (#3389) 2024-05-17 09:00:08 +08:00
wasm_exec_env.c Fix some spelling issues (#3385) 2024-05-06 07:56:48 +08:00
wasm_exec_env.h thread mgr: Free aux stack only when it was allocated (#3282) 2024-04-08 09:06:49 +08:00
wasm_loader_common.c Implement Memory64 support for AOT (#3362) 2024-05-13 11:03:38 +08:00
wasm_loader_common.h Implement Memory64 support for AOT (#3362) 2024-05-13 11:03:38 +08:00
wasm_memory.c Implement Memory64 support for AOT (#3362) 2024-05-13 11:03:38 +08:00
wasm_memory.h
wasm_native.c Fix some spelling issues (#3385) 2024-05-06 07:56:48 +08:00
wasm_native.h
wasm_runtime_common.c Add api to get export global instance (#3452) 2024-05-22 16:59:44 +08:00
wasm_runtime_common.h Allow not copying the wasm binary in wasm-c-api and not referring to the binary in wasm/aot loader (#3389) 2024-05-17 09:00:08 +08:00
wasm_shared_memory.c Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
wasm_shared_memory.h
wasm_suspend_flags.h