Open gkgoat1 opened 3 months ago
Right now TeaVM does not rely on GC spec or reference types, so I'm afraid it's barely possible. I'm working on alternative backend that targets GC spec, but it may take a while until I can present some working solution
I am making an interface system for WASM which uses reference types (more specifically
externref
), and want to support TeaVM for JVM apps