333 Commits

Author SHA1 Message Date
aki-0421
7f9e061a7e
F: complete implementation 2024-01-18 21:43:17 +09:00
aki-0421
b0d246c23b
T: fix test error 2024-01-17 17:55:58 +09:00
aki-0421
46459b445a
R: fix 2024-01-17 17:52:16 +09:00
aki-0421
e5294f4cd2
F: add incoming property example 2024-01-17 17:46:44 +09:00
aki-0421
bb2644d33f
F: add incoming property pkg 2024-01-17 17:36:37 +09:00
aki-0421
cdd8a26c53
F: add incoming property context 2024-01-17 17:21:34 +09:00
aki-0421
bac0abd44b
R: rename runtimecontext to cfcontext 2024-01-17 17:19:04 +09:00
syumai
cd485f7d74 update workers-assets-gen command version in templates v0.22.0 2024-01-11 20:54:57 +09:00
syumai
96e080fb2d remove unnecessary go.sum from pages template 2024-01-11 20:50:14 +09:00
syumai
fb933b3dd1 add README.md to workers-assets-gen command 2024-01-11 20:48:46 +09:00
syumai
974f8eb29c
Merge pull request #87 from so-heil/main
Give option to specify build destination in workers-assets-gen
2024-01-11 20:08:31 +09:00
Soheil Ansaari
7ad757b2c4 add ability to specify the build dir path by flags 2024-01-11 14:00:39 +03:30
syumai
a64f77ad0b
Merge pull request #86 from minoritea/fix-d1-query-context
D1 driver would cause panic when QueryContext is called with parameters
2024-01-11 09:40:01 +09:00
Minori Tokuda
a8b9ac402e pass driver.NamedValue.Value as JS value instead of NamedValue itself 2024-01-10 23:50:54 +09:00
syumai
1ccb9094e3 ignore env in wasm_exec_node.js 2024-01-06 23:43:48 +09:00
syumai
7529cefdf8
Merge pull request #84 from syumai/pass-runtime-context-on-create-go-instance
pass RuntimeContext on creating Go instance
2024-01-05 00:04:48 +09:00
syumai
dd4684b817 fix test environment 2024-01-05 00:03:52 +09:00
syumai
d0a7609939 fix _ids of wasm_exec_go.js 2024-01-04 23:58:09 +09:00
syumai
85ccbfb050 pass RuntimeContext on create Go instance 2024-01-04 23:43:28 +09:00
syumai
7585460853 remove unnecessary console log 2024-01-04 23:12:32 +09:00
syumai
f97f5eb551
Merge pull request #83 from syumai/use-wasmimport-for-ready-func
use go:wasmimport for ready func
2024-01-04 23:01:57 +09:00
syumai
fb6e3ca7a4 use go:wasmimport for ready func 2024-01-04 22:59:05 +09:00
syumai
1f1d7bc2f1 remove jsutil.Global() 2024-01-04 22:45:03 +09:00
syumai
7025700201 close DB in mysql-blog-server exmaple 2024-01-03 23:53:03 +09:00
syumai
11042f5762
Merge pull request #65 from syumai/sockets
support TCP sockets
v0.21.0
2024-01-03 23:35:04 +09:00
syumai
bd385bbbf5 update workers-assets-gen version 2024-01-03 23:34:03 +09:00
syumai
501baa31fc update README.md 2024-01-03 23:33:34 +09:00
syumai
400b51c6b8 add MustGetRuntimeContextValue and changed to use it 2024-01-03 23:32:24 +09:00
syumai
115680fa0a fix sockets example 2024-01-03 23:28:31 +09:00
syumai
d58c68fe72 fix gitignore of sockets example 2024-01-03 23:25:00 +09:00
syumai
30569739ef add mysql-blog-server example 2024-01-03 23:23:29 +09:00
syumai
4789241e05 rename dialer.go to connect.go 2024-01-03 23:11:10 +09:00
syumai
cfee7c5d4e add TryCatch jsutil and use it in socket dialer 2024-01-03 23:10:46 +09:00
syumai
68b61bf3d5 fix socket Connect value conversion 2024-01-03 22:25:41 +09:00
syumai
62ab08ac93 rename and fix tcp example 2024-01-03 21:24:26 +09:00
syumai
ac293fb733 change newSocket func interface 2024-01-03 21:20:07 +09:00
syumai
fe098426b2 remove Socket.init method 2024-01-03 20:55:26 +09:00
syumai
19fa821d01 rename TCPSocket to Socket 2024-01-03 20:40:52 +09:00
syumai
c603bd4456 add SecureTransport definitions 2024-01-03 20:39:49 +09:00
syumai
653b0d17aa rename NewDialer and Dial to Connect 2024-01-03 20:36:31 +09:00
syumai
258911a292 rename socket package to sockets 2024-01-03 20:09:47 +09:00
syumai
744d9cc0f1 split socket.go and dialer.go 2024-01-03 18:40:45 +09:00
syumai
cd71071154 split socket package 2024-01-03 18:39:40 +09:00
syumai
0bcc7e1322 rename cn to cancel 2024-01-03 18:37:21 +09:00
syumai
f48666ba0f add type check of *TCPSocket 2024-01-03 18:36:46 +09:00
syumai
85a1d52210 remove duplicated ConvertReadableStreamToReader func 2024-01-03 13:30:03 +09:00
syumai
a7c665301a Merge branch 'main' into sockets 2024-01-03 13:18:13 +09:00
syumai
9bfb5babf7
Merge pull request #82 from syumai/update-gitignore
update gitignore
2024-01-03 00:45:16 +09:00
syumai
34cd4e7c5a update gitignore 2024-01-03 00:43:21 +09:00
syumai
0967da35a6
Merge pull request #81 from syumai/update-workers-assets-gen-cmd-v0.20.0
update workers-assets-gen cmd in examples to v0.20.0
v0.20.0
2024-01-03 00:30:32 +09:00