Vibe coded "timestamps"
This commit is contained in:
parent
35270f72ca
commit
7bf586757a
6 changed files with 441 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -13,6 +13,7 @@ build.wasm:
|
|||
mkdir target/wasm
|
||||
GOOS=js GOARCH=wasm go build -o target/wasm/clocks.wasm ./cmds/clocks
|
||||
GOOS=js GOARCH=wasm go build -o target/wasm/gotemplate.wasm ./cmds/gotemplate
|
||||
GOOS=js GOARCH=wasm go build -o target/wasm/timestamps.wasm ./cmds/timestamps
|
||||
cp $(GOROOT)/lib/wasm/wasm_exec.js target/wasm/.
|
||||
|
||||
.Phony: build.site
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue