• Joined on 2019-01-28
lobo pushed to master at lobo/universal-lambda-zig 2024-05-11 09:38:11 +00:00
f3d80b4afe fix spelling in build.zig.zon
lobo pushed to master at lobo/universal-lambda-zig 2024-05-11 09:34:19 +00:00
cad49ec900 update cloudflare
lobo pushed to master at lobo/cloudflare-worker-deploy 2024-05-11 09:32:57 +00:00
7ce8fd1007 add index.js to build.zig.zon
lobo pushed to master at lobo/universal-lambda-example 2024-05-10 21:07:31 +00:00
4426dbcd1d update CI to zig 0.12.0
lobo pushed to master at lobo/universal-lambda-example 2024-05-10 21:05:54 +00:00
4d56fe0281 update to zig 0.12.0
lobo pushed to master at lobo/universal-lambda-zig 2024-05-10 21:04:03 +00:00
cf8590e3ee comment unneeded (for now) env vars
lobo closed issue lobo/universal-lambda-zig#1 2024-05-10 20:59:51 +00:00
Zig 0.12.0 upgrade tracking issue
lobo commented on issue lobo/universal-lambda-zig#1 2024-05-10 20:59:49 +00:00
Zig 0.12.0 upgrade tracking issue

completed via several commits, the last of which was c77502d addressing CI

lobo closed issue lobo/universal-lambda-zig#3 2024-05-10 20:58:16 +00:00
make cloudflare-worker-deploy a direct dependency
lobo commented on issue lobo/universal-lambda-zig#3 2024-05-10 20:58:15 +00:00
make cloudflare-worker-deploy a direct dependency

completed via 1e24b3a

lobo pushed to master at lobo/universal-lambda-zig 2024-05-10 20:56:59 +00:00
c77502d90f disable awslambda for WASI tests
lobo pushed to master at lobo/universal-lambda-zig 2024-05-10 20:46:34 +00:00
e963ed068a move build to github directory
578c9cd167 move CI to closely match standard
Compare 2 commits »
lobo closed issue lobo/universal-lambda-zig#2 2024-05-10 20:37:42 +00:00
make lambda-zig a direct dependency
lobo commented on issue lobo/universal-lambda-zig#2 2024-05-10 20:37:41 +00:00
make lambda-zig a direct dependency

completed via 9b4e1cb

lobo pushed to master at lobo/universal-lambda-zig 2024-05-10 20:36:59 +00:00
5cad3926d8 zig 0.12.0: make all dependencies globally accessible
c32546051d zig 0.12.0: add standalone_server runtime code
7919dd6160 zig 0.12.0: update readme
9b4e1cb5bc zig 0.12.0: connect aws lambda
4c43842ef3 zig 0.12.0: move standalone server runtime and enable tests
Compare 19 commits »
lobo pushed to master at lobo/lambda-zig 2024-05-10 20:28:37 +00:00
9d11086972 fix test
lobo pushed to master at lobo/lambda-zig 2024-05-10 20:25:44 +00:00
1ed36376d8 allow downstream projects to use test harness
lobo pushed to master at lobo/cloudflare-worker-deploy 2024-05-08 23:05:59 +00:00
0581221c11 make it heavy handed, but not THAT heavy handed...
lobo pushed to master at lobo/cloudflare-worker-deploy 2024-05-08 22:47:11 +00:00
1eea692a24 add build.zig.zon
0c4d5808b8 get more heavy-handed with compilation requirements
e1761cc95e move most of main to a new cloudflare.zig file
cda7287ab9 use the correct script in pushworker
Compare 4 commits »
lobo pushed to master at lobo/cloudflare-worker-deploy 2024-05-06 18:27:21 +00:00
e8b0ff50fe update index.js from universal lambda project