go-html/cmd/wasm
Snider aae5d21ad4 test(wasm): add binary size gate test
TestWASMBinarySize builds WASM with -ldflags="-s -w", gzips the
binary, and asserts < 1MB gzip (842KB actual) and < 3MB raw (2.90MB
actual). Skipped in -short mode. Matches Makefile WASM_GZ_LIMIT.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-20 08:42:58 +00:00
..
main.go fix(wasm): reduce binary from 1.56MB to 830KB gzip 2026-02-20 08:29:54 +00:00
register.go fix(wasm): reduce binary from 1.56MB to 830KB gzip 2026-02-20 08:29:54 +00:00
register_test.go feat(wasm): add registerComponents export for WC codegen 2026-02-17 20:50:50 +00:00
size_test.go test(wasm): add binary size gate test 2026-02-20 08:42:58 +00:00
test.html test: add WASM browser test harness 2026-02-17 00:15:26 +00:00