wasmsign2
wasmsign2 copied to clipboard
Verify signature in the browser
Hello,
is it possible to verify the signature when loading the wasm in the browser?
Thanks
Hi!
The wasmsign2
crate can be compiled to WebAssembly, including the wasm32-unknown-unknown
target that browsers can load without a polyfill.
This is a good start :)
Using it from Javascript requires some additional code (using wasm-bindgen
) that is not part of the project yet, but it shouldn't be too difficult to add.