• Joined on 2019-01-28
lobo pushed to master at lobo/aws-sdk-for-zig 2023-10-25 07:00:27 +00:00
d08d0f338f Using ".?" actually causes a panic, which we do not want in this path
lobo pushed to master at lobo/universal-lambda-zig 2023-10-25 06:58:33 +00:00
cbcdaf5bd7 remove dummy test in cloudflaredeploy.zig
lobo pushed to master at lobo/universal-lambda-zig 2023-10-25 06:56:42 +00:00
dcf00d8460 rework context
lobo pushed to master at lobo/universal-lambda-zig 2023-10-24 19:17:51 +00:00
2915453c1b add writer helper
lobo pushed to master at lobo/universal-lambda-example 2023-10-23 21:09:36 +00:00
bc755fb2c4 more complete example/update to latest universal lambda
lobo pushed to master at lobo/universal-lambda-zig 2023-10-23 21:05:51 +00:00
6c89380fea address null reference on AWS
983a1a6649 fix flexilib interface
Compare 2 commits »
lobo pushed to master at lobo/universal-lambda-zig 2023-10-23 20:45:27 +00:00
05dd8b7e06 support -u/--url command line args to determine target
lobo pushed to master at lobo/universal-lambda-zig 2023-10-23 19:55:35 +00:00
29687e1440 update README that main should return !u8
lobo pushed to master at lobo/universal-lambda-zig 2023-10-23 19:49:31 +00:00
47e4b0d54c allow handler more control in status reporting
lobo pushed to master at lobo/FlexiLib 2023-10-23 18:18:27 +00:00
3d3dab9c79 allow lib more control in status reporting
b058368285 change interface to more closely match others in universal lambda
Compare 2 commits »
lobo pushed to master at lobo/universal-lambda-zig 2023-10-22 19:50:29 +00:00
d8b5366515 return rest instead of next so values with = works
lobo pushed to master at lobo/universal-lambda-zig 2023-10-22 19:32:20 +00:00
33cb2589af not sure why wasmtime is not working - disable foreign checks for now
lobo pushed to master at lobo/universal-lambda-zig 2023-10-22 19:23:40 +00:00
ffc584c5f2 add backtrace details for debugging
lobo pushed to master at lobo/universal-lambda-zig 2023-10-22 19:22:47 +00:00
d027c456c4 put wasmtime in path
lobo pushed to master at lobo/universal-lambda-zig 2023-10-22 19:20:02 +00:00
badd06e365 put wasmtime in path
lobo pushed to master at lobo/universal-lambda-zig 2023-10-22 19:16:55 +00:00
1b7cbf62c5 put wasmtime in path
lobo pushed to master at lobo/universal-lambda-zig 2023-10-22 19:13:27 +00:00
fdffd160ae put wasmtime in path
lobo pushed to master at lobo/universal-lambda-zig 2023-10-22 19:08:26 +00:00
9ac9dc6e59 add wasmtime to build
lobo pushed to master at lobo/universal-lambda-zig 2023-10-22 19:04:43 +00:00
518da5e476 ignore test that seems to leak only under wasi (hmm?)
lobo pushed to master at lobo/universal-lambda-zig 2023-10-22 18:54:01 +00:00
1d0da7c80f add helper tests/change header helper to get all headers