golem-examples 1.1.1

Golem example templates
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "description": "A stateful Golem worker written in Go with full support for WASI and Golem runtime APIs",
  "requiresAdapter": true,
  "requiresGolemHostWIT": true,
  "requiresWASI": true,
  "instructions": "INSTRUCTIONS-app",
  "exclude": [
    "wit-generated",
    "build",
    "main.wasm"
  ]
}