wasm-micro-runtime/core/iwasm
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
..
aot Update spec test to latest commit (#3293) 2024-05-17 10:40:47 +08:00
common Add api to get export global instance (#3452) 2024-05-22 16:59:44 +08:00
compilation Fix several typos and fix bh_log calculate mills (#3441) 2024-05-20 15:54:01 +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 api to get export global instance (#3452) 2024-05-22 16:59:44 +08:00
interpreter Enhance GC const initializer expression to support nested struct/array new (#3447) 2024-05-21 16:09:12 +08:00
libraries wasi: Tweak the configuration for nuttx and explain why (#3451) 2024-05-21 14:42:30 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00