Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 466 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 466 Bytes

wasm-encrypt-canvas

What is it?

Trying to decrypt the cipher by Rust and WebAssembly on your website, and show plaintext by canvas, image or just text element.
See this article for details.

Run example

  1. Build WebAssembly by wasm-pack

     wasm-pack build

  2. Prepare for run example (Node.js is required)

     cd examples\\simple_example && npm install

  3. Run example

     npm run serve