This is an example artifact containing the package enclave:examples-go
wit/examples-go.wit defines the package.
- Run
make packageto createenclave:examples-go.wasmfrom the wit. - Run
make generateto generate the go boilerplate from theenclave-examples-go.wasm. main.goimplements the exported function.- Run
make compileto compileexamples-go.wasmusingtinygo.