re: kotlin/wasm I noticed that when the 2.0.0-beta...
# kotlin-native
z
re: kotlin/wasm I noticed that when the 2.0.0-beta version of the multiplatform plugin is enabled alongside Binaryen, there is a link issue when passing functions into JS native objects (e.g. dom elements, event listeners)
The bug can be reproduced by modifying the wasm "browser-example":
Copy code
1. Switch to multiplatform plugin 2.0.0-beta
2. Enable Binaryen
3. document.addEventListener(...)
https://github.com/Kotlin/kotlin-wasm-examples/tree/main/browser-example