wasm-micro-runtime/build-scripts
Xenia Lu f7d2826772
Allow missing imports in wasm loader and report error in wasm instantiation instead (#3539)
The wasm loader is failing when multi-module support is on and the dependent
modules are not found; this enforces the AOT compiler integrations to prepare
dependent modules while it isn't necessary.

This PR allows allows missing imports in wasm loader and report error in wasm
instantiation instead, which enables the integrated AOT compiler to work as if
the multi-module support isn't turned on.
2024-06-25 10:04:39 +08:00
..
esp-idf Add WASI support for esp-idf platform (#3348) 2024-04-24 14:46:38 +08:00
build_llvm.py build_llvm.py: Speed up llvm build with multi procs on windows (#3512) 2024-06-13 17:18:21 +08:00
config_common.cmake Allow missing imports in wasm loader and report error in wasm instantiation instead (#3539) 2024-06-25 10:04:39 +08:00
involve_boringssl.cmake Use boringssl instead of openssl to implement wasm cache loading (#1804) 2022-12-20 14:37:07 +08:00
lldb_wasm.patch Fix issues in releasing wamr-lldb (#2497) 2023-08-23 12:56:11 +08:00
requirements.txt Bump requests from 2.32.2 to 2.32.3 in /build-scripts (#3494) 2024-06-06 10:09:19 +08:00
runtime_lib.cmake Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
SConscript Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
SConscript_config Add control for the native stack check with hardware trap (#1682) 2022-11-07 18:26:33 +08:00