462 Commits

Author SHA1 Message Date
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
a
9aa7a8b859
cleaner 2023-06-26 04:04:30 -05:00
a
1afb95b9a3
big default 2023-06-26 03:55:27 -05:00
a
7f7e1adcd7
add nm 2023-06-26 03:39:42 -05:00
a
7accc112e1
i hate 2023-06-26 03:39:31 -05:00
a
3d7f6acdd9
small refactor 2023-06-26 03:39:10 -05:00
a
432419f4bd
remove closure 2023-06-26 03:33:42 -05:00
a
b90020f138
remove unused variable 2023-06-26 03:31:23 -05:00
a
090dd88342
use the correct context 2023-06-26 03:31:07 -05:00
a
18f2af8f63
ignore cf 2023-06-26 03:28:48 -05:00
a
bb9c12e2b0
remove garbage 2023-06-26 03:28:20 -05:00
a
3c51eaad96
add socket 2023-06-26 03:27:55 -05:00
a
ad5c721056
expose funcion 2023-06-26 03:27:30 -05:00
a
5777b1b698
update 2023-06-26 03:25:45 -05:00
a
4f8d192d6a
Merge branch 'main' of github1766:elee1766/workers 2023-06-26 03:24:26 -05:00
a
985ffb1f13
ok 2023-06-26 03:24:20 -05:00
syumai
b0b26fc15a
add GetRuntimeContextValue func 2023-06-26 03:24:20 -05:00
syumai
39aecde5ab
add connect func to RuntimeContext 2023-06-26 03:24:20 -05:00
a
c8dfc5eedf
Merge pull request #2 from syumai/sockets
Sockets
2023-06-26 03:18:48 -05:00
a
688b4b731e
socket 2023-06-26 03:16:43 -05:00
syumai
c32ad33663 add GetRuntimeContextValue func 2023-06-25 18:22:59 +09:00
syumai
3a421a2929 add connect func to RuntimeContext 2023-06-25 18:03:36 +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