wasm-micro-runtime/product-mini/platforms/windows
Wenyong Huang b21f17dd6d
Refine AOT/JIT code call wasm-c-api import process (#2982)
Allow to invoke the quick call entry wasm_runtime_quick_invoke_c_api_import to
call the wasm-c-api import functions to speedup the calling process, which reduces
the data copying.

Use `wamrc --invoke-c-api-import` to generate the optimized AOT code, and set
`jit_options->quick_invoke_c_api_import` true in wasm_engine_new when LLVM JIT
is enabled.
2024-01-10 18:37:02 +08:00
..
build_llvm.py Implement SIMD latest opcodes and update LLVM to 13.0 (#758) 2021-09-17 19:12:57 +08:00
CMakeLists.txt Implement wasi clock_time/clock_res get (#2637) 2023-10-22 21:11:29 +08:00
main.c Refine AOT/JIT code call wasm-c-api import process (#2982) 2024-01-10 18:37:02 +08:00
wasi_filtered_tests.json Enable WASI tests on Windows CI (#2699) 2023-11-06 19:24:06 +08:00