Commit Graph

  • c19126a1ce fix test syumai 2024-04-17 00:59:25 +09:00
  • ca4bfba6cc fix examples syumai 2024-04-17 00:56:47 +09:00
  • 52a78e1789 remove runtimeObj from runtimecontext.New syumai 2024-04-17 00:56:35 +09:00
  • 627ed95530 remove dependencies on Context from cloudflare-related APIs syumai 2024-04-17 00:52:30 +09:00
  • 33e4ad8f50 remove context.Context from existing RuntimeContext related func params syumai 2024-04-17 00:41:39 +09:00
  • 9710147e94
    Merge pull request #99 from syumai/fix-examples-build syumai 2024-04-17 00:26:11 +09:00
  • 081d6e2763 add Build examples step to CI syumai 2024-04-16 23:31:09 +09:00
  • c5def28fb1 fix service-bindings example syumai 2024-04-16 23:27:40 +09:00
  • ccc1c0f061 output build target directory name in build-examples syumai 2024-04-16 23:27:26 +09:00
  • 69702dc1fb update compatibility date of worker-tinygo and pages-tinygo template syumai 2024-04-16 11:11:16 +09:00
  • c87cca2b5f add command to build examples to Makefile syumai 2024-04-16 10:19:53 +09:00
  • 91dafbfb1e
    Merge pull request #98 from elithrar/patch-1 syumai 2024-04-16 07:30:18 +09:00
  • db45190160
    build: update compat date, remove Matt Silverlock 2024-04-15 09:24:05 -04:00
  • a39272584a
    Merge pull request #94 from syumai/add-hono-middleware v0.23.3 syumai 2024-02-11 23:17:10 +09:00
  • 8ea4e2bf5f add RawResponse getter to hono context syumai 2024-02-11 23:16:11 +09:00
  • fa22eea00b split SetResponse func of Hono syumai 2024-02-11 23:12:28 +09:00
  • bd88dd6151 remove unused Header impl of hono middleware support syumai 2024-02-11 21:56:32 +09:00
  • 4b95d7f98c fix bugs of hono middleware support syumai 2024-02-11 21:55:49 +09:00
  • 6f021d5ba9 fixed to return Promise from runHonoMiddleware func syumai 2024-02-11 19:54:58 +09:00
  • d9dc0f1480 remove reqObj from runHonoMiddleware func parameters syumai 2024-02-11 19:51:22 +09:00
  • 8cf026a01b [experimental] add Hono middleware syumai 2024-02-11 19:30:23 +09:00
  • 484c7be891 fix Proxy this target syumai 2024-02-11 19:29:49 +09:00
  • bf3ab8ec41 remove blob() call from jshttp.ToResponse syumai 2024-02-01 09:44:39 +09:00
  • 94f29ebdf1 move fetch's stream logic to jshttp.ToStreamResponse v0.23.2 syumai 2024-02-01 09:33:52 +09:00
  • d31baa38b5
    Merge pull request #93 from aki-0421/avoid-memory-error syumai 2024-02-01 09:22:46 +09:00
  • 8881a04947
    F: add stream large file example aki-0421 2024-01-25 08:56:56 +09:00
  • afebbac9d5
    R: fix memory error aki-0421 2024-01-25 08:56:34 +09:00
  • 449cac3e91 fix streamReader to call cancel instead of close syumai 2024-01-25 01:14:33 +09:00
  • 94329a47e1 fix basic-auth-proxy example error handlings syumai 2024-01-25 00:50:39 +09:00
  • f17923658e add more log to mysql-blog-server syumai 2024-01-25 00:42:41 +09:00
  • a02892acec update workers-assets-gen version v0.23.1 syumai 2024-01-25 00:15:25 +09:00
  • 4b950e8af6
    Merge pull request #92 from syumai/return-fetch-body-directly syumai 2024-01-25 00:07:37 +09:00
  • b7c9d03668 fix basic-auth-proxy to use cloudflare/fetch syumai 2024-01-24 23:58:02 +09:00
  • 5604a29f06 add jsutil.RawJSWriter and use it in jshttp.ResponseWriter syumai 2024-01-24 22:26:21 +09:00
  • 151971832c
    Merge pull request #91 from syumai/init-go-instance-on-request syumai 2024-01-24 22:12:27 +09:00
  • 9810f12c78 init Go instance on request syumai 2024-01-24 22:05:49 +09:00
  • 90acb28d2e update workers-assets-gen version to v0.23.0 v0.23.0 syumai 2024-01-24 21:10:44 +09:00
  • 3b8e2550b2
    Merge pull request #88 from aki-0421/incoming-properties syumai 2024-01-24 21:08:56 +09:00
  • eac1510668
    R: merge pkg aki-0421 2024-01-23 13:01:33 +09:00
  • 86f9f1cf26
    R: fix illegal invocation error aki-0421 2024-01-23 12:53:32 +09:00
  • 83be8bc604
    R: refactor incoming with new runtimecontext aki-0421 2024-01-22 22:07:24 +09:00
  • a067e8e0b8
    R: refactor cron with new runtimecontext aki-0421 2024-01-22 22:06:54 +09:00
  • 2eb402014f
    R: refactor context aki-0421 2024-01-22 21:29:39 +09:00
  • 4035675827
    R: remove json tag aki-0421 2024-01-18 21:46:50 +09:00
  • 7f9e061a7e
    F: complete implementation aki-0421 2024-01-18 21:43:17 +09:00
  • b0d246c23b
    T: fix test error aki-0421 2024-01-17 17:55:58 +09:00
  • 46459b445a
    R: fix aki-0421 2024-01-17 17:52:16 +09:00
  • e5294f4cd2
    F: add incoming property example aki-0421 2024-01-17 17:46:44 +09:00
  • bb2644d33f
    F: add incoming property pkg aki-0421 2024-01-17 17:36:37 +09:00
  • cdd8a26c53
    F: add incoming property context aki-0421 2024-01-17 17:21:34 +09:00
  • bac0abd44b
    R: rename runtimecontext to cfcontext aki-0421 2024-01-17 17:19:04 +09:00
  • cd485f7d74 update workers-assets-gen command version in templates v0.22.0 syumai 2024-01-11 20:54:57 +09:00
  • 96e080fb2d remove unnecessary go.sum from pages template syumai 2024-01-11 20:50:14 +09:00
  • fb933b3dd1 add README.md to workers-assets-gen command syumai 2024-01-11 20:48:46 +09:00
  • 974f8eb29c
    Merge pull request #87 from so-heil/main syumai 2024-01-11 20:08:31 +09:00
  • 7ad757b2c4 add ability to specify the build dir path by flags Soheil Ansaari 2024-01-11 14:00:39 +03:30
  • a64f77ad0b
    Merge pull request #86 from minoritea/fix-d1-query-context syumai 2024-01-11 09:40:01 +09:00
  • a8b9ac402e pass driver.NamedValue.Value as JS value instead of NamedValue itself Minori Tokuda 2024-01-10 23:50:54 +09:00
  • 1ccb9094e3 ignore env in wasm_exec_node.js syumai 2024-01-06 23:43:48 +09:00
  • 7529cefdf8
    Merge pull request #84 from syumai/pass-runtime-context-on-create-go-instance syumai 2024-01-05 00:04:48 +09:00
  • dd4684b817 fix test environment syumai 2024-01-05 00:03:52 +09:00
  • d0a7609939 fix _ids of wasm_exec_go.js syumai 2024-01-04 23:58:09 +09:00
  • 85ccbfb050 pass RuntimeContext on create Go instance syumai 2024-01-04 23:43:24 +09:00
  • 7585460853 remove unnecessary console log syumai 2024-01-04 23:12:32 +09:00
  • f97f5eb551
    Merge pull request #83 from syumai/use-wasmimport-for-ready-func syumai 2024-01-04 23:01:57 +09:00
  • fb6e3ca7a4 use go:wasmimport for ready func syumai 2024-01-04 22:59:05 +09:00
  • 1f1d7bc2f1 remove jsutil.Global() syumai 2024-01-04 22:45:03 +09:00
  • 7025700201 close DB in mysql-blog-server exmaple syumai 2024-01-03 23:53:03 +09:00
  • 11042f5762
    Merge pull request #65 from syumai/sockets v0.21.0 syumai 2024-01-03 23:35:04 +09:00
  • bd385bbbf5 update workers-assets-gen version syumai 2024-01-03 23:34:03 +09:00
  • 501baa31fc update README.md syumai 2024-01-03 23:33:34 +09:00
  • 400b51c6b8 add MustGetRuntimeContextValue and changed to use it syumai 2024-01-03 23:32:24 +09:00
  • 115680fa0a fix sockets example syumai 2024-01-03 23:27:31 +09:00
  • d58c68fe72 fix gitignore of sockets example syumai 2024-01-03 23:25:00 +09:00
  • 30569739ef add mysql-blog-server example syumai 2024-01-03 23:21:29 +09:00
  • 4789241e05 rename dialer.go to connect.go syumai 2024-01-03 23:11:10 +09:00
  • cfee7c5d4e add TryCatch jsutil and use it in socket dialer syumai 2024-01-03 23:10:46 +09:00
  • 68b61bf3d5 fix socket Connect value conversion syumai 2024-01-03 22:25:41 +09:00
  • 62ab08ac93 rename and fix tcp example syumai 2024-01-03 21:22:52 +09:00
  • ac293fb733 change newSocket func interface syumai 2024-01-03 21:20:07 +09:00
  • fe098426b2 remove Socket.init method syumai 2024-01-03 20:55:26 +09:00
  • 19fa821d01 rename TCPSocket to Socket syumai 2024-01-03 20:40:52 +09:00
  • c603bd4456 add SecureTransport definitions syumai 2024-01-03 20:39:49 +09:00
  • 653b0d17aa rename NewDialer and Dial to Connect syumai 2024-01-03 20:36:31 +09:00
  • 258911a292 rename socket package to sockets syumai 2024-01-03 20:09:47 +09:00
  • 744d9cc0f1 split socket.go and dialer.go syumai 2024-01-03 18:40:45 +09:00
  • cd71071154 split socket package syumai 2024-01-03 18:39:40 +09:00
  • 0bcc7e1322 rename cn to cancel syumai 2024-01-03 18:37:21 +09:00
  • f48666ba0f add type check of *TCPSocket syumai 2024-01-03 18:36:46 +09:00
  • 85a1d52210 remove duplicated ConvertReadableStreamToReader func syumai 2024-01-03 13:30:03 +09:00
  • a7c665301a Merge branch 'main' into sockets syumai 2024-01-03 13:18:13 +09:00
  • 9bfb5babf7
    Merge pull request #82 from syumai/update-gitignore syumai 2024-01-03 00:45:16 +09:00
  • 34cd4e7c5a update gitignore syumai 2024-01-03 00:43:21 +09:00
  • 0967da35a6
    Merge pull request #81 from syumai/update-workers-assets-gen-cmd-v0.20.0 v0.20.0 syumai 2024-01-03 00:30:32 +09:00
  • 2be1e0dfa5 update workers-assets-gen cmd in examples to v0.20.0 syumai 2024-01-03 00:28:42 +09:00
  • 84ff655ce6
    Merge pull request #80 from syumai/use-workers-assets-gen-in-do-example syumai 2024-01-03 00:25:35 +09:00
  • 3bea65d298 remove unused example assets syumai 2024-01-03 00:23:16 +09:00
  • 6b853c2f4d add comment to do example worker.mjs syumai 2024-01-03 00:22:21 +09:00
  • 7727989dbe use const syumai 2024-01-03 00:20:04 +09:00
  • 647f1f0e2f use workers-assets-gen cmd in Durable Objects example syumai 2024-01-03 00:12:39 +09:00