scripts_wasm.go 105 B

123456
  1. package app
  2. const (
  3. // The default template used to generate app-worker.js.
  4. DefaultAppWorkerJS = ""
  5. )