@talon I started doing some of this in my "webrun" project a few years back. I'm still very much into it. See also, exokit but that was focused more on 3d graphics without the browser renderer.
@mauve Yes something like this except also without Node. Just the API’s accessible via something like FFI. So I can do a Web Audio context from C, or TTS from LuaJIT, or any of the other API’s. Although I’m personally definitely more interested in the ones that let me make games.