wasm-micro-runtime/core/iwasm
Wenyong Huang 902aa525d1
Fix windows relocation string parsing issue (#3333)
The AOT compiler emits string with '\0' now, some string parsing in aot loader
for Windows platform need to be updated.
2024-04-19 16:09:03 +08:00
..
aot Fix windows relocation string parsing issue (#3333) 2024-04-19 16:09:03 +08:00
common User defined memory allocator for different purposes (#3316) 2024-04-18 19:40:57 +08:00
compilation Enhance GC subtyping checks (#3317) 2024-04-18 12:32:01 +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 thread mgr: Free aux stack only when it was allocated (#3282) 2024-04-08 09:06:49 +08:00
include User defined memory allocator for different purposes (#3316) 2024-04-18 19:40:57 +08:00
interpreter Fix windows relocation string parsing issue (#3333) 2024-04-19 16:09:03 +08:00
libraries thread mgr: Free aux stack only when it was allocated (#3282) 2024-04-08 09:06:49 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00