wasm-micro-runtime/core
Jan Olaf Martin 59f761b58d
aot compiler: Track non-0x00 tableindex as ref types use (#3695)
Any use of a table index that isn't exactly a null byte (`0x00`) means that
the module makes use of the reference types proposal. This is important
to track because `aot_compiler.c` will blindly assume that all table indices
are a single byte long otherwise.

This fixes a crash in WAMR for modules that contain multi-byte encodings
of table indices in `call_indirect` but make no other use of reference types
features.
2024-08-16 12:37:10 +08:00
..
deps Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
iwasm aot compiler: Track non-0x00 tableindex as ref types use (#3695) 2024-08-16 12:37:10 +08:00
shared Update std atomic check and simd compatibility check for arc compiler (#3716) 2024-08-16 10:12:23 +08:00
config.h Add support for RISCV32 ILP32F (#3708) 2024-08-15 15:17:42 +08:00
version.h Update version to 2.1.1 and update release notes (#3618) 2024-07-16 09:50:11 +08:00