Cargo Features

LamCalc has no features set by default.

[dependencies]
lamcalc = { version = "1.2.0", features = ["wasm", "experimental"] }
wasm = serde, serde-wasm-bindgen, wasm-bindgen, web-sys

Affects lamcalc::wasm

experimental

Affects eval::ProfileData, eval::GLOBAL_PROFILE

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.

serde wasm?
serde-wasm-bindgen wasm?

Enables serde-wasm-bindgen ^0.4

wasm-bindgen wasm?
web-sys wasm?