ManyMath / monero-web

monero (ManyMath/monerodart) but for web targets with wasm_ffi rather than ffi. A proof of concept. Under active development.
MIT License
0 stars 0 forks source link

Wasm/web proof of concept #1

Open sneurlax opened 1 day ago

sneurlax commented 1 day ago

We can't use the exact same monero package on the web as we can on desktop and mobile platforms: instead of ffi, we must use eg. wasm_ffi. This will likely require changes tp and possibly an alternative to native_toolchain_rust--we may have to build Rust manually, for example (and that might be a good shortcut to a quick proof of concept). I think if the tasks below are feasible that they'll be a quick path towards targetting web/WASM:

sneurlax commented 20 hours ago

See also https://github.com/cloudpeers/ffi-gen/