wasm-micro-runtime/core/iwasm
Anders Bakken 79e695e1a3
Fix a compile warning in aot_emit_function.c (#3793)
This just fixes an unused variable warning when WASM_ENABLE_AOT_STACK_FRAME is != 0.
2024-09-18 09:37:57 +08:00
..
aot Fix aot multi export memory support (#3791) 2024-09-14 10:53:01 +08:00
common Add memory instance support apis (#3786) 2024-09-14 10:31:13 +08:00
compilation Fix a compile warning in aot_emit_function.c (#3793) 2024-09-18 09:37:57 +08:00
doc Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
fast-jit Add support for multi-memory proposal in classic interpreter (#3742) 2024-08-21 12:22:23 +08:00
include Add memory instance support apis (#3786) 2024-09-14 10:31:13 +08:00
interpreter Add memory instance support apis (#3786) 2024-09-14 10:31:13 +08:00
libraries Appease GCC strict prototypes warning (#3775) 2024-09-10 09:42:23 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00