wasm-micro-runtime/core/iwasm
Martin Klang 622cdbefd6
Prevent undefined behavior from c_api_func_imports == NULL (#1883)
The module instance's c_api_func_imports may be NULL under some circumstances,
add checks before accessing it.
2023-01-14 07:52:39 +08:00
..
aot Prevent undefined behavior from c_api_func_imports == NULL (#1883) 2023-01-14 07:52:39 +08:00
common Report error in instantiation when meeting unlinked import globals (#1859) 2023-01-06 15:24:11 +08:00
compilation Simplify fcmp intrinsic logic for AOT/XIP (#1881) 2023-01-12 12:05:53 +08:00
fast-jit Implement Multi-tier JIT (#1774) 2022-12-19 11:24:46 +08:00
include Adding option to pass user data to allocator functions (#1765) 2022-11-30 16:19:18 +08:00
interpreter Prevent undefined behavior from c_api_func_imports == NULL (#1883) 2023-01-14 07:52:39 +08:00
libraries libc-wasi: Fix spurious poll timeout (#1824) 2022-12-21 17:29:29 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00