You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The websocket library currently used in the visualiser does not support wasm builds. At the time the bevy visualiser was implemented, there didn't seem to be a single websocket client library that worked both for native and wasm builds, so we will likely have to have two separate implementations using two different libraries, and compile one or the other depending on which version we're building.
The text was updated successfully, but these errors were encountered:
The websocket library currently used in the visualiser does not support wasm builds. At the time the bevy visualiser was implemented, there didn't seem to be a single websocket client library that worked both for native and wasm builds, so we will likely have to have two separate implementations using two different libraries, and compile one or the other depending on which version we're building.
The text was updated successfully, but these errors were encountered: