wasm-micro-runtime/samples/wasm-c-api-imports/wasm
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
..
inc Improve wasm-c-api instantiation-time linking (#1902) 2023-02-13 15:06:04 +08:00
CMakeLists.txt Refine AOT/JIT code call wasm-c-api import process (#2982) 2024-01-10 18:37:02 +08:00
send_recv.c Enhance/Fix sample socket-api and workload (#2006) 2023-03-08 16:36:08 +08:00