ManyMath / monero-web-rust

MIT License
0 stars 0 forks source link

Wasm/web proof of concept #2

Open sneurlax opened 1 month ago

sneurlax commented 1 month ago

Rust on the web via Wasm in Typescript should be proven as a concept.

Target wasm32-unknown-wasi or wasm32-unknown-emscripten

wasm32-unknown-unknown is probably blocked by tokio, see:

See the related issue for Dart consumers: https://github.com/ManyMath/monero-rust/issues/2

sneurlax commented 1 month ago

We will probably not be able to use wasm-pack/wasm-bindgen: https://github.com/rustwasm/wasm-bindgen/issues/3421