update wasmgen
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// functions (no central App struct). It is platform-neutral, so the SAME code
|
||||
// renders on the server (SSR) and hydrates on the client.
|
||||
//
|
||||
// Directives (processed by cmd/gowasmgen at build time):
|
||||
// Directives (processed by cmd/wasmgen at build time):
|
||||
//
|
||||
// //gowasm:page <path> [static] [layout=<name>]
|
||||
// marks a page factory as a route. `static`
|
||||
@@ -19,7 +19,7 @@
|
||||
// generated from these directives.
|
||||
package app
|
||||
|
||||
//go:generate go run kjol/cmd/gowasmgen .
|
||||
//go:generate go run kjol/cmd/wasmgen .
|
||||
|
||||
import (
|
||||
"strconv"
|
||||
|
||||
Reference in New Issue
Block a user