We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
signals-based-traps
1 parent bc6d3f8 commit 55207c6Copy full SHA for 55207c6
1 file changed
crates/wasmtime/src/lib.rs
@@ -365,12 +365,6 @@
365
//! with the same overhead as the `call-hook` feature where entries/exits into
366
//! WebAssembly will have more overhead than before.
367
//!
368
-//! * `signals-based-traps` - Enabled by default, this enables support for using
369
-//! host signal handlers to implement WebAssembly traps. For example virtual
370
-//! memory is used to catch out-of-bounds accesses in WebAssembly that result
371
-//! in segfaults. This is implicitly enabled by the `std` feature and is the
372
-//! best way to get high-performance WebAssembly.
373
-//!
374
//! More crate features can be found in the [manifest] of Wasmtime itself for
375
//! seeing what can be enabled and disabled.
376
0 commit comments