Enums§
- Wasm
Build Profile - WasmBuildProfile
Constants§
Functions§
- artifact_
is_ fresh_ against_ inputs - Check whether one artifact is newer than the inputs that define it.
- build_
dfx_ all - Build all local
.dfxcanister artifacts while holding a file lock around the build. - build_
dfx_ all_ with_ env - Build all local
.dfxcanister artifacts while holding a file lock around the build and applying additional environment overrides. - build_
internal_ test_ wasm_ canisters - Build one or more wasm canisters with the internal test endpoint surface enabled.
- build_
internal_ test_ wasm_ canisters_ with_ env - Build one or more wasm canisters with the internal test endpoint surface enabled plus any additional caller-provided environment overrides.
- build_
wasm_ canisters - Build one or more wasm canisters into the provided target directory.
- dfx_
artifact_ ready - Check whether a
dfxartifact exists and is fresh against watched inputs. - dfx_
artifact_ ready_ for_ build - Check whether a
dfxartifact exists, is fresh, and matches the expected build env. - read_
wasm - Read a compiled wasm artifact for one crate.
- test_
target_ dir - Return a stable target directory for host-side wasm test artifacts.
- wasm_
artifacts_ ready - Check whether all requested wasm artifacts already exist.
- wasm_
path - Resolve the wasm artifact path for one crate under a target directory.
- workspace_
root_ for - Resolve the workspace root from a crate manifest directory.