syumai
|
29fd008722
|
update go versions of examples
|
2023-10-22 14:30:33 +09:00 |
|
syumai
|
3a8e6314f1
|
Merge pull request #72 from syumai/update-to-go-1-21
update to Go 1.21
v0.18.0
|
2023-10-11 23:45:46 +09:00 |
|
syumai
|
0228c08d78
|
update go-version in pull_request.yaml
|
2023-10-11 23:44:47 +09:00 |
|
syumai
|
8348562593
|
update Go / toolchain version
|
2023-10-11 23:42:13 +09:00 |
|
syumai
|
ab4afa19cf
|
specify Go and tinygo versions
|
2023-10-11 23:35:21 +09:00 |
|
syumai
|
e86554aad6
|
update README.md to use gonew cmd
|
2023-10-11 23:32:15 +09:00 |
|
syumai
|
8ebcc9fb0e
|
update templates to use latest gen cmd
|
2023-10-11 23:30:13 +09:00 |
|
syumai
|
fc69e9cfd0
|
update wasm_exec_tinygo.js to latest
|
2023-10-11 23:28:19 +09:00 |
|
syumai
|
49949034c0
|
update wasm_exec_go.js to latest
|
2023-10-11 23:28:11 +09:00 |
|
syumai
|
7689cff40e
|
Merge pull request #69 from syumai/use-gonew
use gonew command to initialize project
|
2023-09-09 22:19:46 +09:00 |
|
syumai
|
146ccd1d7e
|
replace initialization command of templates to gonew
|
2023-09-09 22:17:13 +09:00 |
|
syumai
|
8546b90d48
|
add go.mod to templates
|
2023-09-09 21:47:23 +09:00 |
|
syumai
|
3bff27df38
|
fix /examples paths to /_examples
|
2023-06-24 10:19:35 +09:00 |
|
syumai
|
4e9b61d07f
|
Merge pull request #64 from syumai/fix-tinygo-build-commands
add -no-debug flag to tinygo build commands
|
2023-06-24 10:17:53 +09:00 |
|
syumai
|
81e424163a
|
add -no-debug flag to tinygo build commands
|
2023-06-24 10:16:48 +09:00 |
|
syumai
|
e780af2eaa
|
Merge pull request #63 from syumai/tinygo-encoding-json
use encoding/json in examples instead of easyjson
|
2023-06-24 10:00:59 +09:00 |
|
syumai
|
77c9c5c681
|
update d1-blog-server example to use encoding/json
|
2023-06-24 09:59:33 +09:00 |
|
syumai
|
9d3ebbea7d
|
update simple-json-server example to use encoding/json
|
2023-06-24 09:50:21 +09:00 |
|
syumai
|
0c1ce96dae
|
Merge pull request #62 from AdjectiveAllison/pages-tinygo
added pages template
|
2023-06-01 10:22:29 +09:00 |
|
Allison Durham
|
c5858041ea
|
Update _templates/cloudflare/pages-tinygo/pages/index.html
Co-authored-by: syumai <syumai@gmail.com>
|
2023-05-30 08:30:51 -05:00 |
|
Allison Durham
|
63173970be
|
added pages template
|
2023-05-29 18:48:09 -05:00 |
|
syumai
|
a992a8fbb1
|
Merge pull request #61 from aki-0421/fetch
Add redirect mode in Fetch
v0.17.0
|
2023-05-28 13:18:05 +09:00 |
|
aki-0421
|
fcca3fd39a
|
Fix fetch example
|
2023-05-28 13:06:16 +09:00 |
|
aki-0421
|
ed546fec09
|
Add redirect mode
|
2023-05-28 13:04:35 +09:00 |
|
syumai
|
feafcd580a
|
Merge pull request #60 from syumai/ignore-closed-pipe-error
ignore io.ErrClosedPipe
v0.16.1
|
2023-05-27 10:49:46 +09:00 |
|
syumai
|
01e2085348
|
ignore io.ErrClosedPipe
|
2023-05-27 10:47:27 +09:00 |
|
syumai
|
b8a67e89dc
|
Merge pull request #58 from syumai/use-wrangler-deploy
use wrangler deploy instead of deprecated publish command
|
2023-05-21 12:02:48 +09:00 |
|
syumai
|
e1b75af2c4
|
use wrangler deploy instead of deprecated publish command
|
2023-05-21 11:58:48 +09:00 |
|
syumai
|
64637c0003
|
Merge pull request #55 from syumai/use-pages-function-as-api
use chi router in pages functions example
|
2023-04-30 23:53:51 +09:00 |
|
syumai
|
2501fe849e
|
use chi router in pages functions example
|
2023-04-30 13:52:21 +09:00 |
|
syumai
|
26d2a5a0fa
|
Merge pull request #54 from syumai/use-assets-gen-cmd-in-pages-functions
use workers-assets-gen command in pages functions example
|
2023-04-30 13:35:15 +09:00 |
|
syumai
|
e11ea4d8d1
|
use generated JS in pages functions example
|
2023-04-30 13:31:26 +09:00 |
|
syumai
|
b581579118
|
export onRequest function from shim.mjs
|
2023-04-30 13:30:55 +09:00 |
|
syumai
|
de60dcaed9
|
Merge pull request #52 from syumai/move-examples-to-_examples
move examples to examples
|
2023-04-30 12:50:03 +09:00 |
|
syumai
|
ea05cf1577
|
fix go.mod in _examples
|
2023-04-30 12:46:34 +09:00 |
|
syumai
|
d7adb7187e
|
move examples to _examples
|
2023-04-30 12:42:20 +09:00 |
|
syumai
|
c81b2375cc
|
Merge pull request #48 from syumai/remove-dollar-marks-from-readme-commands
remove $ from README commands
|
2023-04-30 12:19:36 +09:00 |
|
syumai
|
02d4cce572
|
remove $ from README commands
|
2023-04-30 12:18:47 +09:00 |
|
syumai
|
119ede3b02
|
Merge pull request #47 from syumai/move-templates
move templates into workers repository
|
2023-04-30 12:15:46 +09:00 |
|
syumai
|
35230c5774
|
update README.md descriptions
|
2023-04-30 12:15:01 +09:00 |
|
syumai
|
305ba9fe68
|
update README.md
|
2023-04-30 12:10:50 +09:00 |
|
syumai
|
058165ca1c
|
add worker-go template
|
2023-04-30 11:54:32 +09:00 |
|
syumai
|
8978b3b2b0
|
add worker-tinygo template
|
2023-04-30 11:52:54 +09:00 |
|
syumai
|
ac05c2a9ae
|
Merge pull request #46 from syumai/move-cron-into-cloudflare
move cron into cloudflare
v0.16.0
|
2023-04-30 11:16:32 +09:00 |
|
syumai
|
ea2393e691
|
update example
|
2023-04-30 11:04:28 +09:00 |
|
syumai
|
c3ffe35174
|
update README.md
|
2023-04-30 11:02:06 +09:00 |
|
syumai
|
30fff6c560
|
rename some types in cron package
|
2023-04-30 11:00:00 +09:00 |
|
syumai
|
d3e1df72ac
|
move cron into cloudflare package
|
2023-04-30 10:54:24 +09:00 |
|
syumai
|
e1ef423ff7
|
Merge pull request #45 from aki-0421/scheduled
Add Scheduled worker
|
2023-04-30 10:51:30 +09:00 |
|
aki-0421
|
e068d7a414
|
F: add cron example
|
2023-04-30 10:35:04 +09:00 |
|