To further emphasise how unperformant WASM to JS calls are, I've ran performance test on the same application (but WASM and JS variants) compiled from the same kotlin file for the same ammount of time and here's how they compare in terms of time spent scripting:
• JS variant: 2901 ms
• WASM variant: 4316 ms
Thread in Slack Conversation