Results 217 comments of Max Desiatov

the most common use case is setting playback rate for podcasts and audiobooks, as this is a must have feature for even simplest podcasts and audiobooks players (even standard podcasts.app...

Does GitHub allow DMs? 🤔

Ubuntu 20.04 [does have Swift 5.3](https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md), and macOS images have latest Xcode too, it's enough to run something like `sudo xcode-select --switch /Applications/Xcode_12.1.app/Contents/Developer` within your action to enable it.

In the browser everything you can do from JavaScript can be done from WebAssembly, assuming you have some "glue" code working that bridges calls from Wasm to the JavaScript Web...

Not sure what you mean by "directly" though. If that assumes a complete absence of any JavaScript glue code, then the answer is "no". Not only for WebRTC, but for...

Just curious, what API import are you referring to? Can you provide an example?

Ah, right, you mean by providing every function as something to be imported in a Wasm module? As there's no such thing as a WebRTC module, I imagine you would...

This issue can be closed now as it's enabled in 3.1.0. The problem I'm seeing though is that the latest installed version still prints `3.0.1`. The `3.1.0` release doesn't include...

I don't see why not? Ideally we want some tests that prove it would help though.

And tests that cover both low level stuff (the canonical meaning of "unit tests") and high level stuff are great. More tests on both sides is better 👍