it confuses me that Pointer, Arena and ArenaManager are redefined in the kotlinx.wasm.jsinterop package
and so these things have nothing to do with JsValue? so how to call a member function of a JavaScript object?
n
napperley
02/15/2019, 6:06 AM
Best to wait for WASM support in Kotlin Native to evolve into something more tangible where the basic JS interop is reasonably solid.
s
SOFe
02/16/2019, 11:26 AM
originally I wanted to do some graphics things with Kotlin WebAssembly, but it turns out that pure WebAssembly can't utilize GPUs, and calling WebGL is a great pain
unless I make a special library function every time