VirgilSecurity / virgil-crypto-javascript

Virgil JavaScript Crypto Library is a high-level cryptographic library that allows you to perform all necessary operations for secure storing and transferring data and everything required to become HIPAA and GDPR compliant.
https://developer.virgilsecurity.com/docs/how-to#cryptography
BSD 3-Clause "New" or "Revised" License
35 stars 4 forks source link

Fix missing wasm files #71

Closed snanovskyi closed 4 years ago

snanovskyi commented 4 years ago

Because yarn hoists dependencies and rollup-plugin-copy didn't throw an error, I didn't noticed that *.wasm files were not copied 😔