Skip to content

Commit dc65d52

Browse files
authored
docs: Update Config::Strategy docs (#11904)
To reflect the current state of affairs regarding Winch development.,c
1 parent b0712ac commit dc65d52

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

crates/wasmtime/src/config.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2913,8 +2913,9 @@ pub enum Strategy {
29132913
/// code generator which generates high quality machine code.
29142914
Cranelift,
29152915

2916-
/// A baseline compiler for WebAssembly, currently under active development and not ready for
2917-
/// production applications.
2916+
/// A low-latency baseline compiler for WebAssembly.
2917+
/// For more details regarding ISA support and Wasm proposals support
2918+
/// see https://docs.wasmtime.dev/stability-tiers.html#current-tier-status
29182919
Winch,
29192920
}
29202921

0 commit comments

Comments
 (0)