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 whenever afrim-config is added without default-features = false somewhere in the dependency tree.

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.