add WASM blazor-like thing

This commit is contained in:
2026-07-13 00:40:08 -04:00
parent 98978e4930
commit 3c494605ba
38 changed files with 3070 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
//go:build !(js && wasm)
// Package wasmruntime is the browser-side client runtime (reconciler, mount /
// hydrate, router, fetch, hot-reload state preservation). Its implementation
// compiles only under GOOS=js GOARCH=wasm; this placeholder keeps the package
// non-empty on other platforms so `go build ./...` / `go vet ./...` succeed.
package wasmruntime