Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Add WebAssembly compatibility to go-ws-transport #293

Closed
albrow opened this issue Jul 22, 2019 · 2 comments
Closed

Add WebAssembly compatibility to go-ws-transport #293

albrow opened this issue Jul 22, 2019 · 2 comments
Assignees
Labels

Comments

@albrow
Copy link
Contributor

albrow commented Jul 22, 2019

Browser-based peers need a way to connect to non-browser peers. Not only do we want the two categories of peers to communicate directly, but this is also a prerequisite for connecting two browser-based peers to one another (as part of WebRTC signaling).

The best way to do this is to add WebAssembly support to libp2p/go-ws-transport.

@albrow albrow self-assigned this Jul 22, 2019
@albrow albrow added this to the Browser Support milestone Jul 22, 2019
@albrow albrow added the browser label Jul 25, 2019
@albrow
Copy link
Contributor Author

albrow commented Aug 19, 2019

I'm currently working on this feature and there is an open PR at libp2p/go-ws-transport#51.

@albrow
Copy link
Contributor Author

albrow commented Oct 28, 2019

This was implemented in libp2p/go-ws-transport#55.

@albrow albrow closed this as completed Oct 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant