zigler v0.7.1 Zig.Assembler View Source
Fist phase of the Zig compilation process.
Looks through the contents of the zig code and creates a map of required source code files. Then outputs a struct containing the relevant information.
Link to this section Summary
Functions
assembles zig assets, taking them from their source to and putting them into the target directory.
assembles the "core" part of the zig adapter code, these are parts for shimming Zig libraries into the BEAM that are going to be @import'd into the runtime by default.
Link to this section Types
Link to this section Functions
assembles zig assets, taking them from their source to and putting them into the target directory.
assembles the "core" part of the zig adapter code, these are parts for shimming Zig libraries into the BEAM that are going to be @import'd into the runtime by default.