@mjgardner @KC1PYT @Perl @shiar

Without reading the whole thread, yes, any calls from wasm to WebAPI have to go through the host environment (JS). It's not too slow in practice but could be much better considering that wasm is generally faster than JS.

Also, you'll need to provide a small JS bridge, like what Go has:
github.com/golang/go/blob/mast