Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 256 Bytes

readme.md

File metadata and controls

16 lines (10 loc) · 256 Bytes

Codetrim

Minify JS, CSS, HTML, and JSON with WASM

Commands

GOOS=js GOARCH=wasm go build -o static/wasm/main.wasm main.go
cp "$(go env GOROOT)/misc/wasm/wasm_exec.js" ./static/wasm