go-html/cmd/wasm
Snider 6e59bf8bf8
All checks were successful
Security Scan / security (push) Successful in 7s
Test / test (push) Successful in 1m33s
refactor(conventions): replace os.ReadFile with coreio.Local, fmt.Errorf with log.E
Replace os.ReadFile in cmd/wasm/size_test.go with coreio.Local.Read().
Replace fmt.Errorf/errors.New with log.E() in codegen, cmd/wasm/register,
and cmd/codegen. Add forge.lthn.ai/core/go-io as a dependency.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 19:17:34 +00:00
..
main.go fix(wasm): reduce binary from 1.56MB to 830KB gzip 2026-02-20 08:29:54 +00:00
register.go refactor(conventions): replace os.ReadFile with coreio.Local, fmt.Errorf with log.E 2026-03-16 19:17:34 +00:00
register_test.go feat(wasm): add registerComponents export for WC codegen 2026-02-17 20:50:50 +00:00
size_test.go refactor(conventions): replace os.ReadFile with coreio.Local, fmt.Errorf with log.E 2026-03-16 19:17:34 +00:00
test.html test: add WASM browser test harness 2026-02-17 00:15:26 +00:00