The added feature of getrandom/js is breaking no-std builds by pulling in wasm-bindgen (for no reason).
EDIT: rust-lang/cargo#4866 and rust-lang/cargo#1197 document the fact that target-specific features are not supported. All features are merged regardless of target.
This is an issue in addition to #140.