When running kotlin compiler (2.0.20-RC) in develo...
# webassembly
r
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
No incremental compilation in K/Wasm 2.0.20 yet afaik. cc: @Igor Yakovlev right?
b
@Robert Jaros is it build after some small change? Or clean build?
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!
❤️ 1
r
@bashor after a small change
b
Is it open sourced project?
r
Unfortunately not this time
👌 1