antelle / argon2-browser

Argon2 library compiled for browser runtime
https://antelle.net/argon2-browser
MIT License
367 stars 79 forks source link

IE11 support #41

Closed m-milosevic closed 4 years ago

m-milosevic commented 4 years ago

Hi, Is there any possibility to use this library with Internet Explorer 11?

antelle commented 4 years ago

Hi! Yes, if you don't mind some DIY. The last version when we had asm.js support was 8856dd2b26a557fa8376579fe31c6eacc6c0c067, after this it was removed, so IE11 is no longer supported. You have two options:

  1. stick to that version (1.5.3)
  2. build the asm.js module on the latest version and fix what's required
m-milosevic commented 4 years ago

Than you for your replay.