oss-fuzz/projects/wasmtime
Alex Crichton dca8eca5c3
wasmtime: Allow Wasmtime to handle SIGFPE (#9945)
Recently Wasmtime switched code generator tactics for the implementation
of integer division. This means that Wasmtime expects to receive SIGFPE
for divide-by-zero traps and similar. This is similar to other signals
that Wasmtime is expected to handle in JIT code.

This commit adds an option for Wasmtime to let it handle signals in the
same manner that it's allowed to handle SIGILL and SIGSEGV currently.
2023-03-18 04:43:33 -07:00
..
Dockerfile
build.sh
default.options wasmtime: Allow Wasmtime to handle SIGFPE (#9945) 2023-03-18 04:43:33 -07:00
project.yaml