Works on every platform in theory. Got it working on android, web, desktop (linux/Mac)
Discussion
Yesterday I finally added WASM support to nostr-sdk, maybe can be useful (I saw that you built a new dedicated enostr lib for that).
Yeah I needed to do the enostr thing due to the unique requirements in ewebsock, I couldn’t get the concurrency model working from normal rust libs to work with egui.