|
6 | 6 |
|
7 | 7 | | Architecture | Compiler | OS | Libc | Status | Coverage | |
8 | 8 | | ------------ | -------- | -- | ---- | ------ | -------- | |
9 | | -| x86_64 | GCC | Linux | glibc | [](https://github.com/libplctag/yafl/actions/workflows/x86_64-pc-linux-gnu.yml) | [](docs/coverage_linux_x86_64.svg) | |
10 | | -| aarch64 | GCC | Linux | glibc | [](https://github.com/libplctag/yafl/actions/workflows/aarch64-pc-linux-gnu.yml) | [](docs/coverage_linux_aarch64.svg) | |
11 | | -| ARM (32-bit) | GCC | Linux | glibc | [](https://github.com/libplctag/yafl/actions/workflows/arm-unknown-linux-gnueabihf.yml) | - | |
12 | | -| RISC-V 64 | GCC | Linux | glibc | [](https://github.com/libplctag/yafl/actions/workflows/riscv64-unknown-linux-gnu.yml) | - | |
13 | | -| MIPS (32-bit LE) | GCC | Linux | glibc | [](https://github.com/libplctag/yafl/actions/workflows/mipsel-unknown-linux-gnu.yml) | - | |
14 | | -| MIPS (64-bit LE) | GCC | Linux | glibc | [](https://github.com/libplctag/yafl/actions/workflows/mips64el-unknown-linux-gnuabi64.yml) | - | |
15 | | -| PowerPC 64 LE | GCC | Linux | glibc | [](https://github.com/libplctag/yafl/actions/workflows/powerpc64le-unknown-linux-gnu.yml) | - | |
16 | | -| PowerPC (32-bit) | GCC | Linux | glibc | [](https://github.com/libplctag/yafl/actions/workflows/powerpc-unknown-linux-gnu.yml) | - | |
17 | | -| s390x | GCC | Linux | glibc | [](https://github.com/libplctag/yafl/actions/workflows/s390x-ibm-linux-gnu.yml) | - | |
18 | | -| SPARC 64 | GCC | Linux | glibc | [](https://github.com/libplctag/yafl/actions/workflows/sparc64-unknown-linux-gnu.yml) | - | |
19 | | -| i386 | GCC | Linux | glibc | [](https://github.com/libplctag/yafl/actions/workflows/i386-unknown-linux-gnu.yml) | - | |
| 9 | +| x86_64 | GCC | Linux | glibc | [](https://github.com/libplctag/libyafl/actions/workflows/x86_64-pc-linux-gnu.yml) | [](docs/coverage_linux_x86_64.svg) | |
| 10 | +| aarch64 | GCC | Linux | glibc | [](https://github.com/libplctag/libyafl/actions/workflows/aarch64-pc-linux-gnu.yml) | [](docs/coverage_linux_aarch64.svg) | |
| 11 | +| ARM (32-bit) | GCC | Linux | glibc | [](https://github.com/libplctag/libyafl/actions/workflows/arm-unknown-linux-gnueabihf.yml) | - | |
| 12 | +| RISC-V 64 | GCC | Linux | glibc | [](https://github.com/libplctag/libyafl/actions/workflows/riscv64-unknown-linux-gnu.yml) | - | |
| 13 | +| MIPS (32-bit LE) | GCC | Linux | glibc | [](https://github.com/libplctag/libyafl/actions/workflows/mipsel-unknown-linux-gnu.yml) | - | |
| 14 | +| MIPS (64-bit LE) | GCC | Linux | glibc | [](https://github.com/libplctag/libyafl/actions/workflows/mips64el-unknown-linux-gnuabi64.yml) | - | |
| 15 | +| PowerPC 64 LE | GCC | Linux | glibc | [](https://github.com/libplctag/libyafl/actions/workflows/powerpc64le-unknown-linux-gnu.yml) | - | |
| 16 | +| PowerPC (32-bit) | GCC | Linux | glibc | [](https://github.com/libplctag/libyafl/actions/workflows/powerpc-unknown-linux-gnu.yml) | - | |
| 17 | +| s390x | GCC | Linux | glibc | [](https://github.com/libplctag/libyafl/actions/workflows/s390x-ibm-linux-gnu.yml) | - | |
| 18 | +| SPARC 64 | GCC | Linux | glibc | [](https://github.com/libplctag/libyafl/actions/workflows/sparc64-unknown-linux-gnu.yml) | - | |
| 19 | +| i386 | GCC | Linux | glibc | [](https://github.com/libplctag/libyafl/actions/workflows/i386-unknown-linux-gnu.yml) | - | |
20 | 20 |
|
21 | 21 | ### Linux (Alpine Container, native musl) |
22 | 22 |
|
23 | 23 | | Architecture | Compiler | OS | Libc | Status | Coverage | |
24 | 24 | | ------------ | -------- | -- | ---- | ------ | -------- | |
25 | | -| x86_64 | GCC | Alpine Linux | musl | [](https://github.com/libplctag/yafl/actions/workflows/x86_64-alpine-linux.yml) | - | |
26 | | -| i386 | GCC | Alpine Linux | musl | [](https://github.com/libplctag/yafl/actions/workflows/i386-alpine-linux.yml) | - | |
27 | | -| aarch64 | GCC | Alpine Linux | musl | [](https://github.com/libplctag/yafl/actions/workflows/aarch64-alpine-linux.yml) | - | |
| 25 | +| x86_64 | GCC | Alpine Linux | musl | [](https://github.com/libplctag/libyafl/actions/workflows/x86_64-alpine-linux.yml) | - | |
| 26 | +| i386 | GCC | Alpine Linux | musl | [](https://github.com/libplctag/libyafl/actions/workflows/i386-alpine-linux.yml) | - | |
| 27 | +| aarch64 | GCC | Alpine Linux | musl | [](https://github.com/libplctag/libyafl/actions/workflows/aarch64-alpine-linux.yml) | - | |
28 | 28 |
|
29 | 29 | ### Linux (musl.cc Cross-Compiler, QEMU Emulation) |
30 | 30 |
|
31 | 31 | | Architecture | Compiler | OS | Libc | Status | Coverage | |
32 | 32 | | ------------ | -------- | -- | ---- | ------ | -------- | |
33 | | -| ARM (32-bit) | GCC | Linux | musl | [](https://github.com/libplctag/yafl/actions/workflows/armv7-musl-linux.yml) | - | |
34 | | -| PowerPC 64 LE | GCC | Linux | musl | [](https://github.com/libplctag/yafl/actions/workflows/ppc64le-musl-linux.yml) | - | |
35 | | -| s390x | GCC | Linux | musl | [](https://github.com/libplctag/yafl/actions/workflows/s390x-musl-linux.yml) | - | |
36 | | -| RISC-V 64 | GCC | Linux | musl | [](https://github.com/libplctag/yafl/actions/workflows/riscv64-musl-linux.yml) | - | |
| 33 | +| ARM (32-bit) | GCC | Linux | musl | [](https://github.com/libplctag/libyafl/actions/workflows/armv7-musl-linux.yml) | - | |
| 34 | +| PowerPC 64 LE | GCC | Linux | musl | [](https://github.com/libplctag/libyafl/actions/workflows/ppc64le-musl-linux.yml) | - | |
| 35 | +| s390x | GCC | Linux | musl | [](https://github.com/libplctag/libyafl/actions/workflows/s390x-musl-linux.yml) | - | |
| 36 | +| RISC-V 64 | GCC | Linux | musl | [](https://github.com/libplctag/libyafl/actions/workflows/riscv64-musl-linux.yml) | - | |
37 | 37 |
|
38 | 38 | ### macOS/iOS |
39 | 39 |
|
40 | 40 | | Architecture | Compiler | OS | Libc | Status | Coverage | |
41 | 41 | | ------------ | -------- | -- | ---- | ------ | -------- | |
42 | | -| x86_64 | Clang | macOS | libc | [](https://github.com/libplctag/yafl/actions/workflows/x86_64-apple-darwin.yml) | [](docs/coverage_macos_x86_64.svg) | |
43 | | -| aarch64 | Clang | macOS | libc | [](https://github.com/libplctag/yafl/actions/workflows/aarch64-apple-darwin.yml) | [](docs/coverage_macos_aarch64.svg) | |
44 | | -| aarch64 | Clang | iOS | libc | [](https://github.com/libplctag/yafl/actions/workflows/aarch64-apple-ios.yml) | - | |
| 42 | +| x86_64 | Clang | macOS | libc | [](https://github.com/libplctag/libyafl/actions/workflows/x86_64-apple-darwin.yml) | [](docs/coverage_macos_x86_64.svg) | |
| 43 | +| aarch64 | Clang | macOS | libc | [](https://github.com/libplctag/libyafl/actions/workflows/aarch64-apple-darwin.yml) | [](docs/coverage_macos_aarch64.svg) | |
| 44 | +| aarch64 | Clang | iOS | libc | [](https://github.com/libplctag/libyafl/actions/workflows/aarch64-apple-ios.yml) | - | |
45 | 45 |
|
46 | 46 | ### Windows |
47 | 47 |
|
48 | 48 | | Architecture | Compiler | OS | Libc | Status | Coverage | |
49 | 49 | | ------------ | -------- | -- | ---- | ------ | -------- | |
50 | | -| x86_64 | MSVC | Windows | MSVCRT | [](https://github.com/libplctag/yafl/actions/workflows/x86_64-pc-windows-msvc.yml) | [](docs/coverage_windows_x86_64.svg) | |
51 | | -| aarch64 | MSVC | Windows | MSVCRT | [](https://github.com/libplctag/yafl/actions/workflows/aarch64-pc-windows-msvc.yml) | [](docs/coverage_windows_aarch64.svg) | |
52 | | -| x86_64 | GCC (MinGW) | Windows | MSVCRT | [](https://github.com/libplctag/yafl/actions/workflows/x86_64-pc-windows-gnu.yml) | - | |
53 | | -| aarch64 | GCC (MinGW) | Windows | MSVCRT | [](https://github.com/libplctag/yafl/actions/workflows/aarch64-pc-windows-gnu.yml) | - | |
| 50 | +| x86_64 | MSVC | Windows | MSVCRT | [](https://github.com/libplctag/libyafl/actions/workflows/x86_64-pc-windows-msvc.yml) | [](docs/coverage_windows_x86_64.svg) | |
| 51 | +| aarch64 | MSVC | Windows | MSVCRT | [](https://github.com/libplctag/libyafl/actions/workflows/aarch64-pc-windows-msvc.yml) | [](docs/coverage_windows_aarch64.svg) | |
| 52 | +| x86_64 | GCC (MinGW) | Windows | MSVCRT | [](https://github.com/libplctag/libyafl/actions/workflows/x86_64-pc-windows-gnu.yml) | - | |
| 53 | +| aarch64 | GCC (MinGW) | Windows | MSVCRT | [](https://github.com/libplctag/libyafl/actions/workflows/aarch64-pc-windows-gnu.yml) | - | |
54 | 54 |
|
55 | 55 | ### Android |
56 | 56 |
|
57 | 57 | | Architecture | Compiler | OS | Libc | Status | Coverage | |
58 | 58 | | ------------ | -------- | -- | ---- | ------ | -------- | |
59 | | -| x86_64 | Clang | Android | bionic | [](https://github.com/libplctag/yafl/actions/workflows/x86_64-unknown-linux-android.yml) | - | |
| 59 | +| x86_64 | Clang | Android | bionic | [](https://github.com/libplctag/libyafl/actions/workflows/x86_64-unknown-linux-android.yml) | - | |
60 | 60 |
|
61 | 61 | **Latest Release:** v0.1.0 |
62 | 62 |
|
|
0 commit comments