karlseguin / websocket.zig

A websocket implementation for zig
MIT License
283 stars 25 forks source link

build: update to latest master #40

Closed Raiden1411 closed 1 month ago

Raiden1411 commented 1 month ago

The tokenizer in zig changed to disallow tabs inside comments.

This updates that comment.

karlseguin commented 1 month ago

Thanks. I'm working on a nonblocking branch, and will probably adopt zig fmt if I ever get that merged into master, so these issues should go away in the future.