Cargo Features
flow-mumu has no features set by default.
[dependencies]
flow-mumu = { version = "0.2.0-rc.9", features = ["host", "web"] }
- default
-
No default features — avoids pulling host-only deps in wasm builds.
- host
-
Host builds (native .so/.dll) — kept for parity; optional dep is gated.
Enables libloading ^0.7
Not used directly by this crate, but kept optional for parity with others
- web
-
Marker for web builds (no host deps)