I came across multiple articles and benchmarks on the web, comparing JS and WASM performance. As I understood in mixed (WASM/JS) environment WASM can be much slower than pure JS because of data marshalling overhead. Do I have this overhead if I use Compose Multiplatform and target WASM? Are there any real world comparisons? And the main question is: Is this possible performance difference important in a general real world web application?