bflattened / bflat

C# as you know it but with Go-inspired tooling (small, selfcontained, and native executables)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any plans to support JVM bytecode?

opened this issue · comments

JVM is much more portable, and it's available for almost all platforms that .NET currently can't. Adding the ability to compile to .JAR file and run it on any JVM will make C# applications available on these platforms. You don't have to depend on the upstream .NET project to support these platforms.

WebAssembly as suggested on #69 is currently not a viable target since WebAssembly is not yet have a garbage collector.