Skip to content

1.0.19

Compare
Choose a tag to compare
@binji binji released this 21 Jul 22:19
cd5ff13
Completely disable signal handler on 32-bit (#1488)

The previous change prevented `WASM_RT_MEMCHECK_SIGNAL_HANDLER_POSIX`
from being defined, but `WASM_RT_MEMCHECK_SIGNAL_HANDLER` was still
defined, which would prevent the memory bounds check.