gopherjs / websocket

websocket provides high- and low-level bindings for the browser's WebSocket API.
BSD 3-Clause "New" or "Revised" License
111 stars 25 forks source link

Incomplete PR: Update to use gopherwasm/js for cross-compatibility between wasm and gopherjs builds #26

Closed silbinarywolf closed 6 years ago

silbinarywolf commented 6 years ago

I'm currently experimenting with building a game in Ebiten and I got significant performance gains by switching to WASM.

I'm not expecting this PR to be accepted as-is but this is all the work that I needed to do to get it working for my project!

Related: https://github.com/gopherjs/websocket/issues/25

silbinarywolf commented 6 years ago

Im closing this as the following PR is superior: https://github.com/gopherjs/websocket/pull/27