wasm-micro-runtime/core/iwasm
Benbuck Nason 5d1f19fc09
Fix wasm_mini_loader.c build when jit or multi-module is enabled (#3502)
This PR fixes compilation error when building with
`-DWAMR_BUILD_MINI_LOADER=1 -DWAMR_BUILD_JIT=1` or
`-DWAMR_BUILD_MINI_LOADER=1 -DWAMR_BUILD_MULTI_MODULE=1`,
though normally we don't use wasm mini loader when JIT or multi-module
is enabled.
2024-06-06 09:53:22 +08:00
..
aot Add wasm_export.h APIs to expose memory type (#3496) 2024-06-06 09:20:24 +08:00
common Add wasm_export.h APIs to expose memory type (#3496) 2024-06-06 09:20:24 +08:00
compilation Add wasm_export.h APIs to expose memory type (#3496) 2024-06-06 09:20:24 +08:00
doc Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
fast-jit Add wasm_export.h APIs to expose memory type (#3496) 2024-06-06 09:20:24 +08:00
include Add wasm_export.h APIs to expose memory type (#3496) 2024-06-06 09:20:24 +08:00
interpreter Fix wasm_mini_loader.c build when jit or multi-module is enabled (#3502) 2024-06-06 09:53:22 +08:00
libraries libc-builtin: Enhance buffered print for printf_wrapper (#3460) 2024-05-22 17:17:36 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00