wasm-micro-runtime/core/iwasm
YAMAMOTO Takashi dae09c0e03
aot debug: Fix a NULL dereference (#3274)
It happens on eg. a C function taking a structure argument.
2024-04-03 17:10:46 +08:00
..
aot Implement memory64 for classic interpreter (#3266) 2024-04-02 15:22:07 +08:00
common Implement memory64 for classic interpreter (#3266) 2024-04-02 15:22:07 +08:00
compilation aot debug: Fix a NULL dereference (#3274) 2024-04-03 17:10:46 +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 Refactor APIs and data structures as preliminary work for Memory64 (#3209) 2024-03-12 11:38:50 +08:00
include Implement apis to set and get the name of a wasm module (#3254) 2024-03-26 12:10:13 +08:00
interpreter Implement memory64 for classic interpreter (#3266) 2024-04-02 15:22:07 +08:00
libraries Implement memory64 for classic interpreter (#3266) 2024-04-02 15:22:07 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00