Make failing to enable WebAssembly trap handler non-fatal
V8's side of this function fails safely, leaving trap handlers disabled and relying on bounds checks. There's no reason to make this a fatal failure here. This also lets us remove the special cases around sanitizers, operating systems, and architectures, because V8 knows what configurations are supported for trap handlers. Change-Id: I461af9590f336e912f94e5cf169f50ddd985b839 Reviewed-on: https://chromium-review.googlesource.com/988257Reviewed-by:Kentaro Hara <haraken@chromium.org> Commit-Queue: Eric Holk <eholk@chromium.org> Cr-Commit-Position: refs/heads/master@{#547534}
Showing
Please register or sign in to comment