tet-libp2p-wasm-ext 0.27.0

Allows passing in an external transport in a Testy WASM environment
Documentation
# 0.27.0 [2021-01-12]

- Update dependencies.

# 0.26.0 [2020-12-17]

- Update `tet-libp2p-core`.

# 0.25.0 [2020-11-25]

- Update `tet-libp2p-core`.

# 0.24.0 [2020-11-09]

- Fix the WebSocket implementation parsing `x-tet-ws` multiaddresses as `x-tet-wss`.
- Update dependencies.

# 0.23.0 [2020-10-16]

- Update `tet-libp2p-core` dependency.

# 0.22.0 [2020-09-09]

- Update `tet-libp2p-core` dependency.

# 0.21.0 [2020-08-18]

- Update `tet-libp2p-core` dependency.

# 0.20.1 [2020-07-06]

- Improve the code quality of the `websockets.js` binding with the browser's `WebSocket` API.

# 0.20.0 [2020-07-01]

- Updated dependencies.
- Support `/dns` in the websocket implementation
  ([PR 1626]https://github.com/tetcoin/tet-libp2p/pull/1626)