Hey guys, one question. Do we have to add any extr...
# kotlin-native
s
Hey guys, one question. Do we have to add any extra annotations to expose a method in
wasm
? Or we can just call the main method at this point?
o
currently, there’s no reverse interop (calling arbitrary Kotlin function from JS) facility, but generally fix (following logic of CName annotation handling) shalln’t be hard
s
Oops, Thanks for the information. Is the discussion happening somewhere and can contribute towards making this happen?