#define STBI_ASSERT(x) #include #include extern void console_error(uint64_t slice); extern void console_log(uint64_t slice); extern void console_warn(uint64_t slice); extern void console_info(uint64_t slice); // Zig compiles C code with -fstack-protector-strong which requires the // following two symbols which don't seem to be provided by the emscripten // toolchain(?) uintptr_t __stack_chk_guard = 0xABBABABA; _Noreturn void __stack_chk_fail(void) { abort(); }; // emsc_main() is the Zig entry function in pacman.zig extern void emsc_main(void); int main() { emsc_main(); return 0; }.submit();'> Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-02-17Add group-accessible-repos option (#308)Gravatar Massimo Lusetti 1-0/+7
2025-02-17Bump golang.org/x/crypto from 0.27.0 to 0.33.0Gravatar dependabot[bot] 2-3/+3
2025-02-17Bump github.com/spf13/cobra from 1.8.1 to 1.9.1Gravatar dependabot[bot] 2-5/+4
2025-02-14Use multi-runner docker buildGravatar Anshul Gupta 1-50/+105
2025-02-07sync issue and pr template with resticGravatar Michael Eischer 3-58/+49
2025-02-07update dependenciesGravatar Michael Eischer 2-38/+48