wasm-micro-runtime/core
Wenyong Huang 2349df1271
Fix ref.func opcode check when GC is enabled (#3181)
The current code assumes that the element type of table segment can
be `funcref` only, but when GC is enabled, the type can be `(ref func)`
also.

Fixes https://github.com/bytecodealliance/wasm-micro-runtime/issues/3168.
2024-02-27 09:31:19 +08:00
..
app-mgr Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
deps Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
iwasm Fix ref.func opcode check when GC is enabled (#3181) 2024-02-27 09:31:19 +08:00
shared zephyr: include math only with minimal libc (#3177) 2024-02-23 11:24:51 +08:00
config.h Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125) 2024-02-06 20:47:11 +08:00
version.h Update version number to 1.3.2 and update release notes (#3083) 2024-02-01 12:42:12 +08:00