libp2p / js-libp2p

The JavaScript Implementation of libp2p networking stack.
https://libp2p.io
Other
2.27k stars 436 forks source link

chore: test WebTransport with precompiled go libp2p #2549

Closed achingbrain closed 1 month ago

achingbrain commented 1 month ago

To reduce the number of pre-requisites needed to run the the test suite, and to reduce our exposure to the nightmare of go.mod maintenance, use a pre-compiled version of go-libp2p to test the WebTransport transport.

Change checklist