Hello! What is the current state of kotlin/wasm - ...
# webassembly
m
Hello! What is the current state of kotlin/wasm - C interop?
s
Hello! Kotlin/Wasm support raw Wasm interop and JS interop. C interop can be expressed through them. Component Model support is in progress and will allow for a limited interop with any language. We’ll evaluate if it will be enough for C interop needs, and if dedicated C interop support would still be required.
🙌 1
K 1
m
Is there a ETA for Component Model support?
Also is there some example/repo that uses raw Wasm interop? Thanks 🙌