Cargo Features
wasmtime-winch has no features set by default.
[dependencies]
wasmtime-winch = { version = "28.0.0", features = ["component-model", "all-arch", "gc", "gc-drc", "gc-null", "threads", "wmemcheck"] }
- component-model
-
Enables component-model of wasmtime-cranelift and wasmtime-environ
- all-arch
-
Enables all-arch of winch-codegen
- gc
-
Enables gc of winch-codegen
- gc-drc
-
Enables gc-drc of winch-codegen
- gc-null
-
Enables gc-null of winch-codegen
- threads
-
Enables threads of winch-codegen
- wmemcheck
-
Enables wmemcheck of winch-codegen
wasmtime-winch has 7 features without comments.