fix readme,
update go mod
This commit is contained in:
8
Makefile
8
Makefile
@@ -1,4 +1,4 @@
|
|||||||
.PHONY: build clean test
|
.PHONY: build clean test dev-init
|
||||||
|
|
||||||
build: clean
|
build: clean
|
||||||
@echo "======================== Building Binary ======================="
|
@echo "======================== Building Binary ======================="
|
||||||
@@ -23,4 +23,8 @@ test:
|
|||||||
go tool pprof -top mem.prof
|
go tool pprof -top mem.prof
|
||||||
@rm -f mem.prof
|
@rm -f mem.prof
|
||||||
|
|
||||||
@rm -f test.test
|
@rm -f test.test
|
||||||
|
|
||||||
|
dev-init:
|
||||||
|
apt install minify
|
||||||
|
go get -t wfa/test
|
@@ -1,6 +1,6 @@
|
|||||||
# Using WFA-JS
|
# Using WFA-JS
|
||||||
|
|
||||||
Download `wfa.js` and `wfa.wasm`from [releases](https://git.tronnet.net/tronnet/WFA-JS/releases) to your project. Add to your script:
|
Download `wfa.js` and `wfa.wasm`from [releases](https://git.tronnet.net/alu/WFA-JS/releases) to your project. Add to your script:
|
||||||
|
|
||||||
```
|
```
|
||||||
import wfa from "./wfa.js"
|
import wfa from "./wfa.js"
|
||||||
|
Reference in New Issue
Block a user