Cargo Features
[dependencies]
sidevm-host-runtime = { version = "0.1.1", default-features = false, features = ["rocket-stream", "wasmer-compiler-cranelift", "wasmer-compiler-llvm"] }
- default = rocket-stream
-
The
rocket-stream
feature is set by default wheneversidevm-host-runtime
is added without
somewhere in the dependency tree.default-features = false - rocket-stream default = rocket
-
Affects
sidevm-host-runtime::rocket_stream
…
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.
- wasmer-compiler-cranelift implicit feature
-
Enables wasmer-compiler-cranelift ^3
wasmer-compiler-cranelift:
Cranelift compiler for Wasmer WebAssembly runtime
- wasmer-compiler-llvm implicit feature
-
Enables wasmer-compiler-llvm ^3
wasmer-compiler-llvm:
LLVM compiler for Wasmer WebAssembly runtime
- rocket rocket-stream