mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2024-11-26 07:21:54 +00:00
f7d2826772
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. |
||
---|---|---|
.. | ||
benchmarks | ||
fuzz/wasm-mutator-fuzz | ||
malformed | ||
regression/ba-issues | ||
requirement-engineering | ||
standalone | ||
unit | ||
wamr-compiler | ||
wamr-test-suites |