wasm-micro-runtime/core/iwasm/common
2024-09-10 09:42:23 +08:00
..
arch Fix clang compile warnings (#3396) 2024-05-08 16:43:47 +08:00
gc Modify logging for windows exception handler and remove unused function (#3489) 2024-05-31 13:07:56 +08:00
iwasm_common.cmake
SConscript
wasm_application.c wasm_application.c: Avoid null pointer dereference (#3620) 2024-07-12 16:59:59 +08:00
wasm_blocking_op.c
wasm_c_api_internal.h
wasm_c_api.c Add APIs into wasm_c_api.h to summary wasm function execution duration (#3639) 2024-07-23 16:34:47 +08:00
wasm_exec_env.c
wasm_exec_env.h
wasm_loader_common.c [refactoring] Extract read leb to a separate file, share the code between loader and mini loader (#3701) 2024-08-14 08:46:24 +08:00
wasm_loader_common.h [refactoring] Extract read leb to a separate file, share the code between loader and mini loader (#3701) 2024-08-14 08:46:24 +08:00
wasm_memory.c Appease GCC strict prototypes warning (#3775) 2024-09-10 09:42:23 +08:00
wasm_memory.h Appease GCC strict prototypes warning (#3775) 2024-09-10 09:42:23 +08:00
wasm_native.c Appease GCC strict prototypes warning (#3775) 2024-09-10 09:42:23 +08:00
wasm_native.h Appease GCC strict prototypes warning (#3775) 2024-09-10 09:42:23 +08:00
wasm_runtime_common.c Appease GCC strict prototypes warning (#3775) 2024-09-10 09:42:23 +08:00
wasm_runtime_common.h Appease GCC strict prototypes warning (#3775) 2024-09-10 09:42:23 +08:00
wasm_shared_memory.c Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
wasm_shared_memory.h Appease GCC strict prototypes warning (#3775) 2024-09-10 09:42:23 +08:00
wasm_suspend_flags.h