Comment on Show HN: I wrote a Libc-free AOT systems language in JavaScript with no VMparentComments−keepamovinOP2moIt’s not a linker, it just writes ELF format directly which is not such a complicated format.Look for repos that emit ELF directly in C, Rust, or other languages (eg., tiny compilers or assemblers that skip ld).−Santiago-Lopez2mothank you for the clarification
Comments
It’s not a linker, it just writes ELF format directly which is not such a complicated format.
Look for repos that emit ELF directly in C, Rust, or other languages (eg., tiny compilers or assemblers that skip ld).
thank you for the clarification