nanocurrency-js icon indicating copy to clipboard operation
nanocurrency-js copied to clipboard

Use a standalone WebAssembly

Open marvinroger opened this issue 6 years ago • 1 comments

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

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

marvinroger avatar Mar 07 '18 13:03 marvinroger

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

marvinroger avatar Mar 15 '19 13:03 marvinroger