Yiannis Marangos 85a846a7dd
feat(webtransport): add WebTransport for WASM environments
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>
2023-06-23 05:50:49 +00:00
..

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.