Skip to content

Commit 55207c6

Browse files
authored
Remove doc of cargo signals-based-traps feature (#12643)
This was removed awhile back, so remove the misleading documentation. Closes #12634
1 parent bc6d3f8 commit 55207c6

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

crates/wasmtime/src/lib.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -365,12 +365,6 @@
365365
//! with the same overhead as the `call-hook` feature where entries/exits into
366366
//! WebAssembly will have more overhead than before.
367367
//!
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-
//!
374368
//! More crate features can be found in the [manifest] of Wasmtime itself for
375369
//! seeing what can be enabled and disabled.
376370
//!

0 commit comments

Comments
 (0)