Ragnaroek / mithril

Pure Rust Monero Miner
GNU General Public License v3.0
231 stars 40 forks source link

Naive questions, is possible to port to webassembbly? #35

Open eugenioclrc opened 2 months ago

eugenioclrc commented 2 months ago

Wonder if this could run in a browser using webassembbly.

Ragnaroek commented 2 months ago

This would be possible, at least two things have to be changed for this:

But with that tackled it should be possible. Currently working on a project that support webassembly and it was suprisingly easy to support web: https://github.com/Ragnaroek/iron-wolf/