antelle / argon2-browser

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

cmake build warning on linux #74

Closed pbertin-oneex closed 2 years ago

pbertin-oneex commented 2 years ago

Hello @antelle,

building on linux (20.04) with cmake v3.16.3 and emcc v2.0.32, I have this warning:

emcc: warning: EXTRA_EXPORTED_RUNTIME_METHODS is deprecated, please use EXPORTED_RUNTIME_METHODS instead [-Wdeprecated]

I'll make a PR with the little change if you are ok with that. 👍

antelle commented 2 years ago

Hi! Indeed you can change it, or I'll do it when it becomes an error.

pbertin-oneex commented 2 years ago

Thanks @antelle !