marvinroger / nanocurrency-js

🔗 A toolkit for the Nano cryptocurrency, allowing you to derive keys, generate seeds, hashes, signatures, proofs of work and blocks.
https://marvinroger.github.io/nanocurrency-js
141 stars 31 forks source link

Use a standalone WebAssembly #17

Open marvinroger opened 6 years ago

marvinroger commented 6 years ago

We should stop using the Emscripten JS file. We can instantiate the wasm file directly.

https://github.com/kripken/emscripten/wiki/WebAssembly-Standalone

marvinroger commented 5 years ago

Initial work started in https://github.com/marvinroger/nanocurrency-js/pull/63