wasm-micro-runtime/core/iwasm
liang.he 7f9e49213e
Enhance type checking for function types in loader and improve error handling (#4294)
Especially when GC is enabled, a valid item of `module->types` needs additional
checks before casting to WASMFuncType.

Also, avoid overflowing if reftype_map_count is 0.

Additionally, correctly set IN_OSS_FUZZ based on CFLAGS_ENV for sanitizer
configuration. Update ASan and UBSan messages for clarity in non-oss-fuzz
environments.
2025-05-28 20:29:09 +08:00
..
aot initialize WASI stdio handles to invalid for better error handling (#4092) 2025-05-08 08:47:07 +08:00
common Fix Compiler Error C2491 (#4286) 2025-05-28 09:05:07 +08:00
compilation Add select 128 (#4236) 2025-05-14 12:35:56 +08:00
doc Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
fast-jit Keep fix the CMake compatibility issue (#4180) 2025-04-15 12:51:19 +08:00
include feat: Add instruction metering for interpreter (#4122) 2025-05-26 16:16:42 +08:00
interpreter Enhance type checking for function types in loader and improve error handling (#4294) 2025-05-28 20:29:09 +08:00
libraries Merge commit from fork 2025-05-14 12:43:55 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00