Hello :android-wave: I’ve been working on a WASM r...
# webassembly
c
Hello 👋 I’ve been working on a WASM runtime for a couple of months now, it’s built on Kotlin Multiplatform and targets the latest WASM specification. It’s very much a work in progress but has support for a bunch of operations already. I’m making it public so people can follow along with its development if they are interested. The project will have GC support once heap types are formally specified and thus we will be able to run Kotlin inside of it alongside WASI imports. Please don’t use this in projects yet, the ABI is not at all stable 😅 https://github.com/CharlieTap/chasm/tree/main
👏 6
👏🏾 1
👏🏻 1
💯 2
♥️ 5
s
Hi could any one explain what the purpose for this and how i can use it
3