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.
Config::Strategy
1 parent b0712ac commit dc65d52Copy full SHA for dc65d52
crates/wasmtime/src/config.rs
@@ -2913,8 +2913,9 @@ pub enum Strategy {
2913
/// code generator which generates high quality machine code.
2914
Cranelift,
2915
2916
- /// A baseline compiler for WebAssembly, currently under active development and not ready for
2917
- /// production applications.
+ /// A low-latency baseline compiler for WebAssembly.
+ /// For more details regarding ISA support and Wasm proposals support
2918
+ /// see https://docs.wasmtime.dev/stability-tiers.html#current-tier-status
2919
Winch,
2920
}
2921
0 commit comments