This message was deleted.
# webassembly
s
This message was deleted.
r
How is your project different from Chasm ?
s
Chasm is definitely better in terms of maturity. I needed to create a plugin system for my application and needed a wit generator, both on the host side as a contract and on the guest side as an implementation. Async creation, network connection and strong direction towards kotlin/wasi. Of course, my runtime it is not suitable for production.
thank you color 2
j
It’s not ready yet, but I’ve got a wit generator here: https://github.com/wasmcomputercompany/brevity
(This also uses Chicory, though I’m intending to someday switch it to either Endive and/or Redline, or direct calls to Cranelift)
s
Yes, and I think I'll probably go in that direction. Unfortunately, the Kotlin/jvm interpreter is a dead end (painfully slow).