When running kotlin compiler (2.0.20-RC) in development mode for the same application with WasmJS and JS targets, the Wasm compiler is more than two times slower (e.g. reload cycle with Kotlin/WasmJS - 17 sec. , with Kotlin/JS - 7 sec., gradle cache disabled). Is this to be expected? Any chance for improvement in the forseeable future?
o
Oleksandr Karpovich [JB]
08/12/2024, 4:39 PM
No incremental compilation in K/Wasm 2.0.20 yet afaik.
cc: @Igor Yakovlev right?
b
bashor
08/12/2024, 8:32 PM
@Robert Jaros is it build after some small change? Or clean build?
bashor
08/12/2024, 8:33 PM
Speaking about incremental compilation — right, only small part of wasm pipeline is incremental right now, but we are working on makeing whole pipeline incremntal, stay tuned!