Cargo Features

[dependencies]
dictator-core = { version = "0.16.3", default-features = false, features = ["wasm-loader"] }
default = wasm-loader

The wasm-loader feature is set by default whenever dictator-core is added without default-features = false somewhere in the dependency tree.

wasm-loader default = libloading, wasmtime, wasmtime-wasi

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

wasmtime wasm-loader

Enables wasmtime ^39

wasmtime-wasi wasm-loader

Enables wasmtime-wasi ^39

libloading wasm-loader