libsm icon indicating copy to clipboard operation
libsm copied to clipboard

Add description of WebAssembly support

Open byeblack opened this issue 1 year ago • 0 comments

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

byeblack avatar Oct 13 '22 16:10 byeblack