wasm-micro-runtime/core/iwasm
liang.he 4ef724bbff
Enhance wasm loading with LoadArgs and support module names (#3265)
- Add new API wasm_runtime_load_ex() in wasm_export.h
  and wasm_module_new_ex in wasm_c_api.h
- Put aot_create_perf_map() into a separated file aot_perf_map.c
- In perf.map, function names include user specified module name
- Enhance the script to help flamegraph generations
2024-04-07 15:04:35 +08:00
..
aot Enhance wasm loading with LoadArgs and support module names (#3265) 2024-04-07 15:04:35 +08:00
common Enhance wasm loading with LoadArgs and support module names (#3265) 2024-04-07 15:04:35 +08:00
compilation Enhance wasm loading with LoadArgs and support module names (#3265) 2024-04-07 15:04:35 +08:00
doc Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00
fast-jit Fix warnings/issues reported in Windows and by CodeQL/Coverity (#3275) 2024-04-07 11:57:31 +08:00
include Enhance wasm loading with LoadArgs and support module names (#3265) 2024-04-07 15:04:35 +08:00
interpreter Enhance wasm loading with LoadArgs and support module names (#3265) 2024-04-07 15:04:35 +08:00
libraries Fix warnings/issues reported in Windows and by CodeQL/Coverity (#3275) 2024-04-07 11:57:31 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00