Cargo Features

[dependencies]
mop-bindings = { version = "0.0.8", default-features = false, features = ["wasm"] }
default = wasm

The wasm feature is set by default whenever mop-bindings is added without default-features = false somewhere in the dependency tree.

wasm default = js-sys, wasm-bindgen

Enables std of mop ^0.0.8, rand, std and wasm-bindgen1 of mop-common-deps ^0.0.8, rand and std of mop-structs ^0.0.8

Affects mop-bindings::wasm

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.

mop-structs wasm

Enables mop-structs ^0.0.8

js-sys wasm
wasm-bindgen wasm