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

Libs version #67

Closed RomyWeb closed 5 years ago

RomyWeb commented 5 years ago

Hi, which boost and emscripten version should be use to build mymonero-core ? Thank you ;)

paulshapiro commented 5 years ago

Hi there,

I recently put the boost version on mymonero-core-cpp. It's the same as Monero's.

As for emscripten (really, emsdk), I just use whatever's the latest, as that has the latest improvements. You should definitely be using something as recent as 1.38.13, because only such versions contain these updates to ensure safety of random bit generation.

In future, as emscripten works out some kinds related to module loading and promises, the --post-js will go away and so the required emsdk version will increase.

I'll make a note of the min emsdk required version in the readme - thanks!