mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-04 23:22:16 +00:00
This PR implements `Transport` for WebTransport for browsers by using web-sys. Related: #3846. Resolves: #3825. Pull-Request: #4015. Co-Authored-By: Yiannis Marangos <yiannis@eiger.co> Co-Authored-By: Maciej Zwoliński <mac.zwolinski@gmail.com> Co-Authored-By: Yiannis Marangos <psyberbits@gmail.com>
Dependencies
Before you run the tests you need to install the following:
- Chrome or Chromium
- chromedriver (major version must be the same as Chrome's)
- wasm-pack
Run tests
Just call run-all.sh
or run.sh
in the test directory you are interested.