Skip to Content
DevelopBuilding Components

Building Golem Components

Building Golem components having an application manifest is straightforward.

Use the golem command line interface to run the build:

golem build

The result of the golem build command is a WebAssembly component file ready to be deployed to Golem. To deploy it, use the deploy command:

golem deploy
Last updated on