deploy ( vocab -- ) (original) (raw)
Inputs
vocab | a vocabulary specifier |
---|
Outputs
None
Word description
Deploys vocab into a packaged application. This will create a directory containing the Factor VM, a deployed image set up to run the MAIN: entry point of vocab at startup, and any Deployed resource files and shared libraries the application depends on. On macOS, the deployment directory will be a standard .app bundle executable from Finder. To only generate the Factor image, use deploy-image-only.
See also
deploy-image-only
Definition