Cargo Features
wasmtime-cranelift has no features set by default.
[dependencies]
wasmtime-cranelift = { version = "27.0.0", features = ["all-arch", "host-arch", "pulley", "trace-log", "component-model", "incremental-cache", "wmemcheck", "gc", "gc-drc", "gc-null", "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
- trace-log
-
Enables trace-log of cranelift-codegen
cranelift-codegen:
Enables detailed logging which can be somewhat expensive.
- 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 gc-drc? gc-null?
-
Enables gc of wasmtime-environ
- gc-drc = gc
-
Enables gc-drc of wasmtime-environ
- gc-null = gc
-
Enables gc-null of wasmtime-environ
- threads
-
Enables threads of wasmtime-environ
wasmtime-cranelift has 11 features without comments.