Merge branch 'master' of git.maxamundsen.dev:maxamundsen/kjol

This commit is contained in:
2026-07-13 09:17:19 -04:00
77 changed files with 10756 additions and 1 deletions

View File

@@ -34,7 +34,12 @@ Language-first, **not** feature-first. Consequence: the **bundler is Go** and li
### go/ — module `kjol`
Packages, imported as `kjol/<name>`: `appenv basic chrono config csv dbutil finance httputil
l4g security snailmail validation bundler`, plus `cmd/{bundle,migrate,loc,passgen,typecheck}`.
l4g security snailmail validation bundler`, plus the **gowasm** web-UI engine (`vdom`
`wasmruntime` `rsc` `wasmdevserver`, and `webui` — a Tailwind-styled component kit ported
from `web/kit`; author components in pure Go compiled to WebAssembly; all stdlib-only), and
`cmd/{bundle,migrate,loc,passgen,typecheck,wasmgen}`. A runnable
example lives in `cmd/examples/go-wasm-web` (its own nested module so its go-chart dep stays
out of kjol).
Build / test (run from repo root):
```