Zig
Configuration
zigToolchain()
zigToolchain(version, opts = {})
Declare a Zig toolchain version and optionally set it as the default. matching lockfile entry (warns instead of failing). to use instead of the shipped one.
| Parameter | Type | Description |
|---|---|---|
| version | string | |
| [opts] | object | |
| [opts.default=false] | boolean | |
| [opts.unverified=false] | boolean | Allow downloading without a |
| [opts.lockfile] | string | Address of a workspace-owned lockfile |
Returns: object Target handle for this Zig toolchain.