SkillAgentSearch skills...

Quiche

Go binding for Cloudflare Quiche https://github.com/cloudflare/quiche

Install / Use

/learn @goburrow/Quiche
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Go binding for Cloudflare Quiche

git clone --recursive https://github.com/goburrow/quiche

Build

Build environment:

docker build -t quiche:builder -f docker/Dockerfile docker/
docker run -i -t -v "$PWD:/usr/src/quiche" -w "/usr/src/quiche" quiche:builder

Build dependencies:

cd deps/quiche
cargo build --release

Build application using this Go library:

GO_LDFLAGS="-L/absolute/path/to/libquiche" go build

To create a static binary, CGO_LDFLAGS may need to include -ldl (Linux) or -framework Security (MacOS)

Related Skills

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated2y ago
Forks2

Languages

Go

Security Score

75/100

Audited on May 31, 2023

No findings