A websocket implementation for zig
0

Configure Feed

Select the types of activity you want to include in your feed.

update autobahn build for zig 0.14

Karl Seguin (Mar 6, 2025, 7:38 AM +0800) 4e8fb28b 7c3f1149

+4 -2
+2 -1
support/autobahn/client/build.zig.zon
··· 1 1 .{ 2 - .name = "autobahn_test_client", 2 + .name = .autobahn_test_client, 3 3 .paths = .{""}, 4 4 .version = "0.0.0", 5 + .fingerprint = 0xf155d3bf7ec3bfc, 5 6 .dependencies = .{ 6 7 .websocket = .{ 7 8 .path = "../../../"
+2 -1
support/autobahn/server/build.zig.zon
··· 1 1 .{ 2 - .name = "autobahn_test_server", 2 + .name = .autobahn_test_server, 3 3 .paths = .{""}, 4 4 .version = "0.0.0", 5 + .fingerprint = 0x923c8c98ca4d09ab, 5 6 .dependencies = .{ 6 7 .websocket = .{.path = "../../../"}, 7 8 },