| ▲ | zuzululu 3 hours ago | |
this is ffmpeg running inside the browser am I correct? did not know this was possible. wonder what else we can run via webassembly | ||
| ▲ | rmast an hour ago | parent [-] | |
The things that are harder to get running in a browser via webassembly tend to have a GUI, network communication, or system calls that browsers don’t provide the APIs that are needed to support. But I’ve seen workarounds using websocket proxy servers to get around the lack of raw TCP or UDP socket access. I’ve been surprised how easy it can be to get Python and C# code running in a browser. | ||