Any interest in targeting steven for web browsers using emscripten? Could be a possible viable alternative web-based client (background why I'm interested: been working on https://github.com/satoshinm/NetCraft/ which I ported from https://github.com/fogleman/Craft, written in pure C so it ported easily with emscripten, however, steven is much more fully-featured so it could be a good replacement).
Steven almost compiles with emscripten when passing --target asmjs-unknown-emscripten to cargo build, after applying #68 and updating a dependency satoshinm#1 but the main problems then seem to be:
Any interest in targeting steven for web browsers using emscripten? Could be a possible viable alternative web-based client (background why I'm interested: been working on https://github.com/satoshinm/NetCraft/ which I ported from https://github.com/fogleman/Craft, written in pure C so it ported easily with emscripten, however, steven is much more fully-featured so it could be a good replacement).
Steven almost compiles with emscripten when passing
--target asmjs-unknown-emscriptentocargo build, after applying #68 and updating a dependency satoshinm#1 but the main problems then seem to be:#[cfg(target_os = "emscripten")]