|
|
|
|
|
by sjrd
3308 days ago
|
|
> not so sure how WebAssembly does that Basically: badly. That's the number one reason we're not trying to compile Scala.js to wasm at the moment. For wasm to get the level of JS interop that Scala.js has, it needs to integrate with JS objects, which means with the JS GC, which means basically have a GC of its own. Hence we're waiting for the wasm GC spec to take life :) |
|
Regardless, thanks so much for the work you're doing with Scala.ks (Scala is still my main language and I'm working on removing JS from my toolbox soon).
https://youtu.be/HktWin_LPf4?t=22m31s