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

Fixed issue with deprecated emscripten linker flag BINARYEN_METHOD #85

Closed cutcoin closed 5 years ago

cutcoin commented 5 years ago

Emscripten has deprecated their linker flag 'BINARYEN_METHOD' and mentioned that in the changelog: v1.38.23: 01/10/2019 Remove BINARYEN_METHOD: no more support for interpret modes, and if you want non-wasm, use WASM=0.

It was simply removed from CMaeLists.txt file as it already has 'WASM=0' for asmjs and 'WASM=1' for wasm.

paulshapiro commented 5 years ago

Hi, thanks for doing this. can you retarget/reopen to develop?

cutcoin commented 5 years ago

Sure, done