Hi, I wanted to ask how would `@JSExport.Default` ...
# webassembly
m
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
It's not supported yet for K/Wasm, see KT-81801. But the result should be the same as
JsExport("default")
🙌 1