wasm-micro-runtime/core/iwasm
Wenyong Huang 1ee4767d97
Fix ref.func function declared check in wasm loader (#2972)
The forward-declare function reference in ref.func can be declared in table element segments,
no matter whether the segment mode is passive, active or declarative.

Reported in https://github.com/bytecodealliance/wasm-micro-runtime/issues/2944.
2024-01-03 11:43:03 +08:00
..
aot Refine AOT function call process (#2940) 2024-01-02 19:10:31 +08:00
common Allow to set segue flags for wasm-c-api JIT (#2926) 2024-01-02 19:34:18 +08:00
compilation simd-128: The input lanes of integer-to-integer narrowing ops should be interpreted as signed (#2850) 2024-01-03 09:51:58 +08:00
doc Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00
fast-jit fast-jit: Fix const shift and const i64 compare issues (#2969) 2024-01-02 17:56:34 +08:00
include Allow to set segue flags for wasm-c-api JIT (#2926) 2024-01-02 19:34:18 +08:00
interpreter Fix ref.func function declared check in wasm loader (#2972) 2024-01-03 11:43:03 +08:00
libraries Handle ambiguous fstflags on fd_filestat_set_times (#2892) 2023-12-11 14:16:58 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00