mymonero / mymonero-core-js

The JS library containing the Monero crypto plus lightwallet functions behind the official MyMonero apps
BSD 3-Clause "New" or "Revised" License
101 stars 103 forks source link

Add webpack setup option to fully remove asmjs for those who want to build bundle but don't need asmjs fallback #61

Closed paulshapiro closed 3 years ago

paulshapiro commented 5 years ago

And have some way to set that option as a flag accessible to JS so if asmjs is removed as such, we don't even try to load it and instead alert or exit if wasm is not supported in this build.