Michiel De Backker

Results 25 issues of Michiel De Backker

The example currently allows writing to a file (stdout). I wanted to explore how this could support additional types of IO. _Networking_ For use cases like services it would make...

Setup testing for the WASM implementation. Related [documentation](https://github.com/golang/go/wiki/WebAssembly#executing-webassembly-with-nodejs).

Wasm

Port the existing examples to WASM where possible and extend the documentation to cover the build & usage process.

example
Wasm

Hi all, I was wondering if you intent to maintain polyfills for some of the more common browser APIs: console, Fetch, atob, setTimeout... ?

It may be worth to consider adding support for the [Minimum Common Web Platform API](https://common-min-api.proposal.wintercg.org/). This approach makes a selection of browser APIs available to the edge runtime rather than...

These are helpers to easily run SCTP over UDP. Example adapted. I added the Association postfix to keep space for a potential Dial/Listen implementation that directly gives you a Stream....

This PR adds a dtls multiaddr. The change depends on the spec change at multiformats/multiaddr#75 & multiformats/multiaddr#76.

`go-libp2p-webrtc-direct` contains the first step towards WebRTC support in go-ipfs: a port of [js-libp2p-webrtc-direct](https://github.com/libp2p/js-libp2p-webrtc-direct) which is the simplest WebRTC transport on the JS side. The drawback of `*-libp2p-webrtc-direct` is that...

research

The implementation of the [ConnSecurity](https://godoc.org/github.com/libp2p/go-libp2p-net#ConnSecurity) interface needs to be completed. **TODO** - [ ] Figure out how this works on the JS side. - [ ] Implement. - [ ]...

kind/enhancement

Right now the user has to provide a muxer to create streams. It may be worth investigating if we can mux using WebRTC DataChannels. Note that there are some remainders...

research