Join Slack
Powered by
Hi, I wanted to ask how would `@JSExport.Default` ...
# webassembly
m
Marcin Kiżewski
06/23/2026, 7:21 AM
Hi, I wanted to ask how would
@JSExport.Default
behave in K/Wasm target? According to
documentation
it should work exactly the same as for K/JS target
b
bashor
06/23/2026, 5:42 PM
It's not supported yet for K/Wasm, see
KT-81801
. But the result should be the same as
JsExport("default")
🙌 1
2
Views
Open in Slack
Previous
Next