Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a WASM-compatible websocket library in visualiser #181

Closed
mrozycki opened this issue Sep 8, 2023 · 0 comments · Fixed by #196
Closed

Use a WASM-compatible websocket library in visualiser #181

mrozycki opened this issue Sep 8, 2023 · 0 comments · Fixed by #196
Labels
visualiser Changes in the visualiser

Comments

@mrozycki
Copy link
Owner

mrozycki commented Sep 8, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
visualiser Changes in the visualiser
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant