We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31dca17 commit c2e06c3Copy full SHA for c2e06c3
1 file changed
crates/fuzz-stats/src/bin/failed-instantiations.rs
@@ -99,7 +99,7 @@ impl State {
99
let mut config = wasm_smith::Config::arbitrary(&mut u)?;
100
config.allow_start_export = false;
101
102
- // NB: just added "table64" support to this and wasmtime doens't
+ // NB: just added "table64" support to this and wasmtime doesn't
103
// implement that yet
104
config.memory64_enabled = false;
105
0 commit comments