mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-21 23:21:19 +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>
12 lines
261 B
Markdown
12 lines
261 B
Markdown
# 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.
|