May I ask how it is possible to compile Kotlin to ...
# webassembly
n
May I ask how it is possible to compile Kotlin to WebAssembly when WebAssembly currently does not have a garbage collection? Thanks.
s
It uses GC proposal https://github.com/WebAssembly/gc. It is available in Chrome and Firefox with experimental flag
d
@Norbi you might want to have a look at this video by JetBrains, which was published over 1 year ago and introduces Kotlin/Wasm:

https://youtu.be/-pqz9sKXatw