This website requires JavaScript.
Explore
Help
Sign In
pkgs
/
cloudflare-workers
Watch
1
Star
0
Fork
0
You've already forked cloudflare-workers
mirror of
https://github.com/syumai/workers.git
synced
2025-03-10 17:29:11 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cloudflare-workers
/
Makefile
5 lines
89 B
Makefile
Raw
Normal View
History
Unescape
Escape
add Makefile and test command
2023-04-19 22:58:45 +09:00
.PHONY
:
test
test
:
fix test environment
2024-01-05 00:03:52 +09:00
@PATH
=
$(
CURDIR
)
/misc/wasm:
$(
PATH
)
GOOS
=
js
GOARCH
=
wasm go
test
./...
add Makefile and test command
2023-04-19 22:58:45 +09:00
Reference in New Issue
Copy Permalink