Don't enforce js feature of getrandom dependency
Hey,
This PR makes getrandom's js feature no longer default for twmap, but enables it for twmap-web when building for WASM.
This is relevant when including twmap as a dependency in other projects, as getrandom's js feature/backend introduces wasm-bindgen into the build process, which can lead to problems even for non-wasm build targets and might not be compatible with custom build processes.
Edited by iMilchshake