Skip to content

xySaad/wget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

A wget implementation in zig, supports only HTTP for now.

Instalation

to build and run in one command:

zig build run -- https://ftp.gnu.org/gnu/wget/wget-latest.tar.gz

build:

zig build

run:

./zig-out/bin/wget https://ftp.gnu.org/gnu/wget/wget-latest.tar.gz

About

wget implementation in zig

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages