jewlexx / discord-presence

Discord Rich Presence in Rust
MIT License
67 stars 9 forks source link

Can i use with wasm32-wasi ? #30

Closed jodev7 closed 1 year ago

jodev7 commented 1 year ago

im writing plugin for lapce . can i use rpc with wasm32-wasi ?

jewlexx commented 1 year ago

At the moment it is unlikely, due to the fact that it relies on system apis for the ports, but I am working on transitioning to websockets which will likely fix that issue

jodev7 commented 1 year ago

ok thanks