Doug A
Doug A
## Description With #4248, we've implemented a `websys`-based version of the WebRTC-direct protocol via browser bindings. To keep the scope of the PR small, the `webrtc` protocol which allows for...
Hello! It's been 2 years since this note was added, is pairing still considered experimental? ```rust /// _Note_: pairing function support is experimental and subject to change ``` https://github.com/ZenGo-X/curv/blame/30e9380158fce871c1ef54d71bdabe66fc99e5bb/src/elliptic/curves/bls12_381/pairing.rs#L11
Issue for bumping `wit-bindgen` to `0.22.x` Ideally after the patch is released to address https://github.com/bytecodealliance/wit-bindgen/pull/891 https://github.com/bytecodealliance/cargo-component/blob/658dc2ef060de5a7bd626d7f35fd786fb718c8fd/Cargo.toml#L105 (sorry for being high maintenance 🛠️, the deltas as messing up my builds)
I am really a big fan of this plugin, thank you for maintaining it! I have a Vite Web Worker where I'm using this plugin. Funny enough, it works in...
**feature request** The WIT model has [`func`](https://github.com/WebAssembly/component-model/blob/main/design/mvp/WIT.md#wit-interfaces) types, but it appears [Wick IT does not](https://docs.rs/wick-interface-types/latest/wick_interface_types/enum.Type.html)? For example, you can define a `func` that is the host's `console_log` to log output...
**Is your feature request related to a problem? Please describe.** The problem is I would like to try to run Wick components in the browser, but it's unclear to me...
I have tried to add Gossipsub to the `echo` example here: https://github.com/libp2p/js-libp2p/tree/master/packages/transport-webrtc/examples/browser-to-browser I've posted a repro here: https://github.com/DougAnderson444/libp2p-gossipsub-browser-to-browser Steps are: 1. run a relay server 2. connect first browser to...
Hi there, This looks like a really cool project and I am excited to try it out. I did compile the `hello_world_rust` example and tried it uploading `hello_world_rust.wasm` into the...
Hi, Does dat-store also pin hypercores easily? I'm able to add hypercore url to the dat-store, but not seeing them appear as a peer with the Hypercore discovery extension. Wondering...
@RangerMauve When I add `require('dat-archive-web')` to my build, when `budo` tries to bundle it up but there's an `Uncaught TypeError: Cannot read property 'toString' of undefined` in graceful-fs ``` fs.closeSync),...