See the documentation about installing tooling: https://learn.golem.cloud/docs/experimental-languages/ts-language-guide/setup
Compile the TypeScript project with npm:
npm install
npm run componentize
The `out/component_name.wasm` file is ready to be uploaded to Golem Cloud!
Other available npm scripts:
- Generating TypeScript mappings from the wit files:
npm run stub
- Compile and bundle the TypeScript sources:
npm run build
- Clean the project:
npm run clean
- Componentizing (includes stub and build steps too):
npm run componentize