wasm-micro-runtime/core/iwasm
liang.he bf2be805f9
Add more checks about the imports of wasm_instance_new (#1843)
Check whether the `imports` argument is NULL in wasm_instance_new and check
the import count of each kind.

Fix issue reported by https://github.com/bytecodealliance/wasm-micro-runtime/issues/1833
2023-01-03 17:16:49 +08:00
..
aot Register missing symbols for f32 to 64 bit integer conversion (#1850) 2022-12-30 15:21:25 +08:00
common Add more checks about the imports of wasm_instance_new (#1843) 2023-01-03 17:16:49 +08:00
compilation Return result directly if float cmp is called in AOT XIP (#1851) 2022-12-30 16:45:39 +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 Fix issue of resolving func name in custom name section (#1849) 2022-12-30 14:37:04 +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