dgv/play.zig
Zig Playground webeditor with snippets sharing support and ziglings
master
master
master
master
master
master
master
play.zig is just another Zig playground, actually an adaptation wrapping Zig for compilation and format code from my old go-vim (Go Playground)...
Following considerations when you use it:
During my learning I miss some place to run ziglings or share code quickly, so here we go. Another playgrounds implementations:
Related:
docker run --rm -p 8080:8080 dgvargas/play-zig
git clone https://github.com/dgv/play.zig; cd play.zig
zig build run
ADDR Binding Address (default: 0.0.0.0)
PORT port binding number (defult: 8080)
AWS_ENDPOINT_URL_S3 endpoint of s3 to persist sqlite database (default: "")
AWS_BUCKET_NAME_S3 bucket name of s3 to persist sqlite database (default: "play-zig")
Note: regarding s3 persistence credentials variables (AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION and include project dir on LD_LIBRARY_PATH) must be set to work properly.