wasm-micro-runtime/core/iwasm/common
liang.he 162a977006
Use wasm_config_t to pass private configuration to wasm_engine_new (#2837)
Support new a wasm_config_t, set allocation and linux_perf_support
options to it, and then pass it to wasm_engine_new_with_config to
new an engine with private configuration.
2023-12-01 12:34:11 +08:00
..
arch Add support for universal binaries on OSX (#2060) 2023-03-30 09:53:07 +08:00
iwasm_common.cmake Add support for universal binaries on OSX (#2060) 2023-03-30 09:53:07 +08:00
SConscript Add ia32 support and fix compiling issue for RT-Thread (#730) 2021-09-07 10:20:14 +08:00
wasm_application.c Fix printing ref.extern addresses in wasm_application.c (#2774) 2023-11-16 15:10:58 +08:00
wasm_blocking_op.c Implement async termination of blocking thread (#2516) 2023-09-20 18:11:52 +08:00
wasm_c_api_internal.h wasm-c-api: Fix init/destroy thread env multiple times issue (#1766) 2022-12-05 11:16:14 +08:00
wasm_c_api.c Use wasm_config_t to pass private configuration to wasm_engine_new (#2837) 2023-12-01 12:34:11 +08:00
wasm_exec_env.c Extend os_mmap to support map file from fd (#2763) 2023-11-16 08:28:54 +08:00
wasm_exec_env.h Grab cluster->lock when modifying exec_env->module_inst (#2685) 2023-11-09 18:56:02 +08:00
wasm_memory.c Access linear memory size atomically (#2834) 2023-11-29 20:27:17 +08:00
wasm_memory.h Access linear memory size atomically (#2834) 2023-11-29 20:27:17 +08:00
wasm_native.c Fix several typo/warning/unused-code issues (#2655) 2023-10-24 09:19:45 +08:00
wasm_native.h Implement module instance context APIs (#2436) 2023-09-07 14:54:11 +08:00
wasm_runtime_common.c Get rid of compilation warnings and minor doc fix (#2839) 2023-11-30 08:49:58 +08:00
wasm_runtime_common.h Generate jitdump to support linux perf for LLVM JIT (#2788) 2023-11-27 15:42:00 +08:00
wasm_shared_memory.c Refine lock/unlock shared memory (#2682) 2023-10-31 11:46:03 +08:00
wasm_shared_memory.h Refine lock/unlock shared memory (#2682) 2023-10-31 11:46:03 +08:00
wasm_suspend_flags.h Implement async termination of blocking thread (#2516) 2023-09-20 18:11:52 +08:00