Optional buildOwner gid that is set on build artifacts.
Optional buildOwner uid that is set on build artifacts.
Whether to enable build caching. When set to false, this builder will rebuild even when binary and checksum are both present in wasm/ directory
Readonly idUnique identifier of this builder implementation.
Logging handle.
Whether to skip any git fetch calls in the build script.
Name of directory where build artifacts are collected.
Whether the build log should be printed only on error, or always
Default Git reference from which to build sources.
Node.js runtime that runs the build subprocess. Defaults to the same one that is running this script.
Optional scriptThe build script.
Version of Rust toolchain to use.
Whether the build process should print more detail to the console.
Optional workspaceThe project workspace.
Static variantsGlobal registry of builder variants. Populated downstream.
Protected getOptional workspace: stringOptional revision: stringProtected getProtected hashProtected populateProtected prebuildProtected resolveProtected runProtected spawnGenerated using TypeDoc
This build mode looks for a Rust toolchain in the same environment as the one in which the script is running, i.e. no build container.