libsm
libsm copied to clipboard
Add description of WebAssembly support
You can use this crates in WebAssembly. Currently, you only need to add dependencies:
# Cargo.toml
getrandom = { version = "^0.2", features = ["js"] }
See getrandom#WebAssembly support. But it still needs improvement for the first time #47