Cargo Features
[dependencies]
wasmtime-crypto = { version = "12.0.2", default-features = false, features = ["jitdump", "vtune", "wasi-nn", "wasi-threads", "wasi-http", "pooling-allocator", "all-arch", "posix-signals-on-macos", "component-model", "winch"] }
- default = jitdump, pooling-allocator, vtune, wasi-http, wasi-nn, wasi-threads
-
These default features are set whenever
wasmtime-crypto
is added without
somewhere in the dependency tree.default-features = false Enables parallel-compilation and wat of wasmtime ^12.0.2
depend again on wasmtime to activate its default features for tests
- jitdump default
-
Enables jitdump of wasmtime ^12.0.2
- vtune default
-
Enables vtune of wasmtime ^12.0.2
- wasi-nn default
-
Enables wasmtime-wasi-nn ^12.0.2
- wasi-threads default
-
Enables wasmtime-wasi-threads ^12.0.2
- wasi-http default
-
Enables wasmtime-wasi-http =12.0.2
- pooling-allocator default
-
Enables pooling-allocator of wasmtime ^12.0.2 and wasmtime-cli-flags =12.0.2
- all-arch
-
Enables all-arch of wasmtime ^12.0.2
- posix-signals-on-macos
-
Enables posix-signals-on-macos of wasmtime ^12.0.2
- component-model
-
Enables component-model of wasmtime ^12.0.2, wasmtime-cli-flags =12.0.2, and wasmtime-wast =12.0.2
- winch
-
Enables winch of wasmtime ^12.0.2