@tomaka recently brought up the fact that this crate still fails to compile on WASM by default since explicit activation of either stdweb or wasm-bindgen is required (see #676).
Note that these are now "features" forwarded to the rand_os crate thanks to @newpavlov's #643.
Should we enable one of these two features by default? Are wasm-bindgen and stdweb compatible now? Is it likely that both projects will continue to exist in the future?
I notice that we could now use web-sys bindings, though probably this achieves nothing over using wasm-bindgen directly and appears to lack the Node API bindings.
CC @koute @fitzgen @alexcrichton
@tomaka recently brought up the fact that this crate still fails to compile on WASM by default since explicit activation of either
stdweborwasm-bindgenis required (see #676).Note that these are now "features" forwarded to the
rand_oscrate thanks to @newpavlov's #643.Should we enable one of these two features by default? Are
wasm-bindgenandstdwebcompatible now? Is it likely that both projects will continue to exist in the future?I notice that we could now use
web-sysbindings, though probably this achieves nothing over usingwasm-bindgendirectly and appears to lack the Node API bindings.CC @koute @fitzgen @alexcrichton