Cargo Features
[dependencies]
afrim-config = { version = "0.4.5", default-features = false, features = ["rhai", "rhai-wasm"] }
- default = rhai
-
The
rhai
feature is set by default wheneverafrim-config
is added without
somewhere in the dependency tree.default-features = false - rhai default rhai-wasm?
-
Enables rhai
- rhai-wasm = rhai
-
Enables wasm-bindgen of rhai
rhai:
JavaScript Interface for WASM
Use
wasm-bindgen
as JavaScript interface.
afrim-config has 3 features without comments.