update wasmgen

This commit is contained in:
2026-07-13 00:53:44 -04:00
parent 3c494605ba
commit 261a7f2b4d
12 changed files with 22 additions and 22 deletions

View File

@@ -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"