dotnwat / xmonarch

Cryptonight hash function in asm.js and WebAssembly
51 stars 17 forks source link

Compilatation #18

Open xguya opened 6 years ago

xguya commented 6 years ago

Hello How I can compile cryptonight in .wasm ?

dotnwat commented 6 years ago

Ah, looks like I left this out of the Makefile. When emcc is called, you can add -s WASM=1. I can add this and testing in a few days, but if you get it working I'd love a pull request :)