update go ncruces example

This commit is contained in:
Alex Garcia 2024-07-14 14:31:42 -07:00
parent 18e33edf14
commit ff30ed3df3
4 changed files with 6 additions and 11 deletions

View file

@ -1,13 +1,8 @@
VERSION=0.0.1-alpha.27
demo: demo.go sqlite3.vec.wasm
demo: demo.go
go build -o $@ $<
sqlite3.vec.wasm:
curl -L -o $@ https://github.com/asg017/sqlite-vec/releases/download/v$(VERSION)/sqlite-vec-$(VERSION)-ncruces-go.wasm
clean:
rm demo sqlite3.vec.wasm
rm demo
.PHONY: clean