Module utils

Source
Expand description

Utility functions for the WebAssembly module

Modulesยง

package_wizard ๐Ÿ”’
prompts ๐Ÿ”’
render ๐Ÿ”’
timestamp ๐Ÿ”’
unpack ๐Ÿ”’

Structsยง

Identifier ๐Ÿ”’
The identifier for an app or package in the form, owner/package@version, where the owner and version are optional.

Constantsยง

DEFAULT_PACKAGE_MANIFEST_FILE ๐Ÿ”’

Functionsยง

load_package_manifest
Load a package manifest from the manifest file.
merge_yaml_values ๐Ÿ”’
Merge two yaml values by recursively merging maps from b into a.
parse_envvar
Parses an environment variable.
parse_mapdir
Parses a mapdir from a string
retrieve_alias_pathbuf ๐Ÿ”’