golem-examples 1.1.1

Golem example templates
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
See the documentation about installing tooling: https://learn.golem.cloud/docs/experimental-languages/js-language-guide/setup

Compile the JavaScript 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:

- Bundle the JavaScript sources:
  npm run build

- Clean the project:
  npm run clean

- Componentizing (includes the bundle step too):
  npm run componentize