go-libp2p icon indicating copy to clipboard operation
go-libp2p copied to clipboard

Make go-libp2p compile to WASM (including WebRTC transport)

Open v1rtl opened this issue 6 months ago • 0 comments

Fixes WebRTC crashing WebAssembly compilation due to pion/webrtc explicitly disabling WASM support for certificate utils.

Fixes #3277

Related:

https://github.com/pion/webrtc/pull/3118 https://github.com/pion/webrtc/pull/3119

v1rtl avatar May 04 '25 16:05 v1rtl