Cargo Features

dusk-wasmtime-cranelift has no features set by default.

[dependencies]
dusk-wasmtime-cranelift = { version = "21.0.0-alpha", features = ["all-arch", "host-arch", "component-model", "incremental-cache", "wmemcheck", "gc", "threads"] }
all-arch

Enables all-arch of cranelift-codegen ^0.107.0

cranelift-codegen:

Option to enable all architectures.

host-arch

Enables cranelift-codegen ^0.107.0

cranelift-codegen:

Enable the ISA target for the host machine

component-model

Enables component-model of dusk-wasmtime-environ

incremental-cache

Enables incremental-cache of cranelift-codegen ^0.107.0

cranelift-codegen:

Enable the incremental compilation cache for hot-reload use cases.

wmemcheck
gc

Enables gc of dusk-wasmtime-environ

threads

Enables threads of dusk-wasmtime-environ

dusk-wasmtime-cranelift has 7 features without comments.