wasm-micro-runtime/core/iwasm
Maks Litskevich 63012f0222
Fix build errors when initializing wasm_val_t values with macros (#3007)
Errors were reported when initializing wasm_val_t values with WASM_I32_VAL like macros.
```
 error: missing initializer for member ‘wasm_val_t::__paddings’ [-Werror=missing-field-initializers]
   64 |     wasm_val_t res = {WASM_INIT_VAL};
```
And rename DEPRECATED to WASM_API_DEPRECATED to avoid using defines with generic names.
2024-01-13 08:35:49 +08:00
..
aot Fix a bug when emit the custom name section to aot file (#2987) 2024-01-11 13:14:54 +08:00
common Return stack frames of crashed thread when using wasm-c-api (#2908) 2024-01-11 12:13:05 +08:00
compilation aot debug: Update DW_AT_producer (#3001) 2024-01-12 13:43:18 +08:00
doc Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00
fast-jit fast-jit: Fix const shift and const i64 compare issues (#2969) 2024-01-02 17:56:34 +08:00
include Fix build errors when initializing wasm_val_t values with macros (#3007) 2024-01-13 08:35:49 +08:00
interpreter Fix a bug when emit the custom name section to aot file (#2987) 2024-01-11 13:14:54 +08:00
libraries Return stack frames of crashed thread when using wasm-c-api (#2908) 2024-01-11 12:13:05 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00