mongoose usage in zig
| src | add podman image targets | |
| .gitignore | initialize repository | |
| build.zig | add minisig verification | |
| build.zig.zon | add podman image targets | |
| Dockerfile | update alpine image version | |
| README.md | add podman image targets | |
A simple application using the Mongoose library in Zig.
Build
zig fetch --save=mongoose https://github.com/cesanta/mongoose/archive/refs/tags/7.21.tar.gz
Use zig build to build, zig build run to run.
Use zig build image to build a container image with Podman. The image name can be specified with -Dname=....
Use zig build up to build and run a container image with Podman. The host port can be specified with -Dport=....