bflattened / bflat

C# as you know it but with Go-inspired tooling (small, selfcontained, and native executables)
GNU Affero General Public License v3.0
3.63k stars 104 forks source link

Comparison with DNNE? #103

Closed 2dpdlja496or43iq closed 11 months ago

2dpdlja496or43iq commented 1 year ago

https://github.com/AaronRobinsonMSFT/DNNE

MichalStrehovsky commented 1 year ago

bflat is an AOT compiler for .NET. The output is a self-contained native binary.

DNNE allows building shared library shims that load a .NET runtime from a specified location and transparently jit-compile IL.