Cargo Features
wasmtime-cranelift has no features set by default.
[dependencies]
wasmtime-cranelift = { version = "26.0.1", features = ["all-arch", "host-arch", "pulley", "component-model", "incremental-cache", "wmemcheck", "gc", "threads"] }
- all-arch
-
Enables all-arch of cranelift-codegen
cranelift-codegen:
Option to enable all architectures.
- host-arch
-
Enables cranelift-codegen
cranelift-codegen:
Enable the ISA target for the host machine
- pulley
-
Enables pulley of cranelift-codegen
- component-model
-
Enables component-model of wasmtime-environ
- incremental-cache
-
Enables incremental-cache of cranelift-codegen
cranelift-codegen:
Enable the incremental compilation cache for hot-reload use cases.
- wmemcheck
-
Enables wmemcheck of wasmtime-environ
- gc
-
Enables gc of wasmtime-environ
- threads
-
Enables threads of wasmtime-environ
wasmtime-cranelift has 8 features without comments.