wasm-micro-runtime/core/iwasm
Huang Qi 915adc433d
Rename rwlock_init to avoid conflict (#3016)
This symbol is too simple to cause conflict with others, such as the RW
spinlock in Linux kernel and NuttX, so rename it to avoid the conflict.
2024-01-16 08:53:18 +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 fix(wasm-c-api): Do not clone stack frames if there's no trap (#3008) 2024-01-15 18:18:37 +08:00
compilation aot debug: Try to use a bit more appropriate file names (#3000) 2024-01-15 15:02:12 +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 Clear compilation warning and dead code (#3002) 2024-01-13 08:56:39 +08:00
libraries Rename rwlock_init to avoid conflict (#3016) 2024-01-16 08:53:18 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00