1
0

runner.go 84 B

1234567
  1. package wasm
  2. type Runner struct {
  3. URL string
  4. SHA256 string
  5. Env []string
  6. }