Is there a webassembly API allowing webassembly code to interact with the browser without javascript? Accessing the network, the DOM, and OpenGL, for instance. For OpenGL in particular, it's ridiculous that I have to put every function call through javascript first. There's gotta be an enormous performance penalty associated with that.
If not, are there any plans for such APIs?