mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-09 01: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>
8 lines
125 B
Bash
Executable File
8 lines
125 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
# cd to this script directory
|
|
cd "$(dirname "${BASH_SOURCE[0]}")" || exit 1
|
|
|
|
./webtransport-tests/run.sh
|