oh probably I am thinking it wrong, since when ser...
# squarelibraries
s
oh probably I am thinking it wrong, since when served to host, everything runs in quickJs vm, it would want js impl for any references made, • there is no by default interop happening, where ever we do want to do, we must do by bridging and taking a ziplineService from host explicitly. if not everything should be avlbl within js. if true, just expanding my understanding, zipline also ships libs like kotlin stdlib for js everytime as well ?
j
Yep! Your Zipline artifacts include everything you need to run Kotlin in the JS engine
s
Thanks for confirming, makes my understanding more clearer. Also is development with WASM as bytecode target open sourced yet ?
j
Zipline is unlikely to have anything in the next 12 months. We need a fast interpreter as our engine and the best candidate project, wasm3, stalled because the Ukrainian maintainer lost his home to an attack by Russians
s
Ohh, so sorry to hear that.