wasm-micro-runtime/core/iwasm
Wenyong Huang 0090d3e3fc
Fix issue of resolving func name in custom name section (#1849)
Should use import_function_count but not import_count to calculate
the func_index in handle_name_section when custom name section
feature is enabled.

And clear the compile warnings of mini loader.
2022-12-30 14:37:04 +08:00
..
aot Fix fmin/fmax in AOT XIP intrinsics (#1848) 2022-12-29 18:48:55 +08:00
common Fix failure about preopen of reactor modules (#1816) 2022-12-27 12:59:17 +08:00
compilation Fix typo verify_module in aot_compiler.c (#1836) 2022-12-26 12:24:23 +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