Cargo Features
[dependencies]
cbqn = { version = "0.1.1", default-features = false, features = ["native-backend", "wasi-backend"] }
- default = native-backend
-
The
native-backend
feature is set by default whenevercbqn
is added without
somewhere in the dependency tree.default-features = false - native-backend default
-
Enables shared-object of cbqn-sys
- wasi-backend
-
Enables wasmer ^4.0.0 and wasmer-wasix ^0.9.0
CBQN has 3 features without comments.