We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d4114 commit c1ef163Copy full SHA for c1ef163
client/executor/wasmtime/src/runtime.rs
@@ -386,7 +386,7 @@ pub struct Semantics {
386
// I.e. if [`CodeSupplyMode::Verbatim`] is used.
387
pub fast_instance_reuse: bool,
388
389
- /// Specifiying `Some` will enable deterministic stack height. That is, all executor
+ /// Specifying `Some` will enable deterministic stack height. That is, all executor
390
/// invocations will reach stack overflow at the exactly same point across different wasmtime
391
/// versions and architectures.
392
///
0 commit comments