wasm-micro-runtime/tests/fuzz
liang.he 1d39b9c834
bypass vptr santizier (#4231)
LLVM, by default, disables the use of C++'s built-in Run-Time Type Information.
This decision is primarily driven by concerns about code size and efficiency.

But '-fsanitize=vptr' not allowed with '-fno-rtti'.
2025-04-29 10:05:02 +08:00
..
wasm-mutator-fuzz bypass vptr santizier (#4231) 2025-04-29 10:05:02 +08:00