Its was so nice to just quickly write up a static file server. Just to play with wasm without needing to use the usual python http server thingy.
I was told the std.http.* isn't meant to be used for production servers but its nice that i now have a drop in zig file that contains a very very... bare bones static file server i can add to zig projects that might need it.