wasm-micro-runtime/core/iwasm
Xenia Lu 6754b62195
Optimize for multi-module support in AOT mode (#3563)
- Split the `aot_loader_resolve_function` into two functions to prevent
  redundant module lookups and loads
- Access pre-associated module instances from `import_func_module_insts`,
  avoiding unnecessary instance lookups and improving performance
2024-06-26 09:56:01 +08:00
..
aot Optimize for multi-module support in AOT mode (#3563) 2024-06-26 09:56:01 +08:00
common Optimize for multi-module support in AOT mode (#3563) 2024-06-26 09:56:01 +08:00
compilation aot compiler: Propagate const-ness by ourselves (#3567) 2024-06-25 10:57:49 +08:00
doc Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
fast-jit Add table type API support (#3515) 2024-06-19 14:50:46 +08:00
include Consistent const keyword position in wasm_export.h (#3558) 2024-06-21 11:40:34 +08:00
interpreter Allow missing imports in wasm loader and report error in wasm instantiation instead (#3539) 2024-06-25 10:04:39 +08:00
libraries wasi-nn: Add wasmedge-wasinn-example as smoke test (#3554) 2024-06-24 12:03:08 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00