| ... | ... | @@ -21,6 +21,7 @@ $ZIG build test-translate-c -Denable-qemu -Denable-wasmtime |
| 21 | 21 | $ZIG build test-run-translated-c -Denable-qemu -Denable-wasmtime |
| 22 | 22 | $ZIG build docs -Denable-qemu -Denable-wasmtime |
| 23 | 23 | $ZIG build # test building self-hosted without LLVM |
| 24 | $ZIG build -Dtarget=arm-linux-musleabihf # test building self-hosted for 32-bit arm |
| 24 | 25 | $ZIG build test-fmt -Denable-qemu -Denable-wasmtime |
| 25 | 26 | $ZIG build test-stage2 -Denable-qemu -Denable-wasmtime |
| 26 | 27 | |