Listening For Websockets From WASM Bevy Example?

Hi, I am trying to find an example of how to connect to a websocket server from a Bevy app. I can't seem to find anything that will work for me.

I have seen a few examples using native libraries like tokio, etc, but I need ones that will work for wasm build.

thanks!