wasm-micro-runtime/core
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
..
deps Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
iwasm Fix wasm_mini_loader.c build when jit or multi-module is enabled (#3502) 2024-06-06 09:53:22 +08:00
shared Fix posix build when libc wasi is disabled and debug interp is enabled (#3503) 2024-06-06 09:37:28 +08:00
config.h Fix two issues to make fuzzing test quit earlier (#3471) 2024-05-30 14:55:21 +08:00
version.h Update version to 2.1.0 and update release notes (#3481) 2024-06-04 16:27:06 +08:00