Structs§
Enums§
- Binary
Data - Install
Option - Zig
- Zig linker wrapper
Functions§
- check_
installation - create_
binary_ archive - Search for the bootstrap file for a function inside the target directory. If the binary file exists, it creates the zip archive and extracts its architecture by reading the binary.
- install_
options - install_
zig - Install Zig using a choice prompt.
- print_
install_ options - Print information about the Zig installation.
- run
- zip_
binary - Create a zip file from a function binary.
The binary inside the zip file is called
bootstrapfor function binaries. The binary inside the zip file is called by its name, and put inside theextensionsdirectory, for extension binaries.