wasm-micro-runtime/core
Wenyong Huang 18d363029c
wasm loader: Fix checks for opcode ref.func and opcode else (#3340)
Fix wasm loader integrity checks for opcode ref.func and opcode else:
for opcode ref.func, the function must be an import, exported, or present in a
table elem segment or global initializer to be used as the operand to ref.func,
for opcode else, there must not be an else opcode previously.

Reported in #3336 and #3337.

And fix mini loader PUSH_MEM_OFFSET/POP_MEM_OFFSET macro
definitions due to the introducing of memory64 feature.
2024-04-22 14:44:45 +08:00
..
deps Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
iwasm wasm loader: Fix checks for opcode ref.func and opcode else (#3340) 2024-04-22 14:44:45 +08:00
shared Fix readdir for posix (#3339) 2024-04-22 13:54:19 +08:00
config.h Add a comment on WASM_STACK_GUARD_SIZE (#3332) 2024-04-19 10:19:59 +08:00
version.h Update version number to 2.0.0 and update release notes (#3327) 2024-04-20 10:16:34 +08:00