Cargo Features

FlArch has no features set by default.

[dependencies]
flarch = { version = "0.7.0", features = ["node", "wasm"] }
node = wasm
wasm node? = js-sys, wasm-bindgen, wasm-bindgen-futures, web-sys

Affects flarch::tasks

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.

js-sys wasm?
wasm-bindgen wasm?
wasm-bindgen-futures wasm?
web-sys wasm?