CCMeta / hello_zig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello_zig

- cross-compile: zig build-exe .\hello.zig -target aarch64-linux-gnu // Already test with CC50 & Android & Yocto, also aarch64-linux-musl and aarch64-linux-musleabi
- build static lib: zig build-lib .\src\main.zig
- build dynamic lib: zig build-lib .\src\main.zig -dynamic
- build with C: zig build-exe .\hello.zig -lc 
- translate C file: zig translate-c .\test.c -lc > test.zig

About


Languages

Language:Zig 99.9%Language:C 0.1%