tyfkda / xcc

Standalone C compiler/assembler/linker/libc for x86-64/aarch64/riscv64/wasm
https://tyfkda.github.io/xcc/
MIT License
197 stars 14 forks source link

avoid needing Node to build wcc #126

Closed ghost closed 12 months ago

ghost commented 12 months ago

I’m planning to package xcc and wcc for Guix. Besides the need for an install target, a big impediment is currently the dependency on Node to build wcc.

I know downstream packaging probably isn’t a very significant consideration for you, but if it would be possible to consider this kind of change, it is important to me! I can work on adding an install target later too, if you don’t have anything against it.

tyfkda commented 12 months ago

@zamfofex Thank you to reduce dependency!