Open
Description
This issue is an attempt to gather information relating to WASM support for rust-libp2p as well as serve as somewhat of a tracking / discussion issue.
Transports
The general approach that we've been taking for transports it to use the web-sys
bindings and code against those directly. This allows us to stay in Rust land without having to write any JS. Additionally, the acceptance criteria for any further transport is that they are integrated in the interop-test suite.
Testing
We have additional tests that go beyond the interop suite in the wasm-tests
directory: https://github.com/libp2p/rust-libp2p/tree/master/wasm-tests