I'm trying to compile my Rust code to Wasm and use it in a TypeScript project packed with webpack. Unfortunately one of the Rust dependencies (rand) requires an imported JS module (crypto) which can't ...