Initial check-in
6 files changed
tree: 7e001f6549b501c763b55d4051f4292b89298a1e
  1. .github/
  2. docs/
  3. LICENSE
  4. README.md
README.md

Wuffs Mirror (release/c)

This repository mirrors a subset of the Wuffs (Wrangling Untrusted File Formats Safely) repository.

Wuffs is both a programming language (Wuffs-the-language) and a standard library (Wuffs-the-library) written in that language. The Wuffs toolchain converts from Wuffs-the-language to C and Wuffs-the-library is available as a single C file - a header file library.

People who just want to use Wuffs-the-library in its C form (instead of modifying its Wuffs form or otherwise needing Wuffs-the-language tools) only need that one C file.

This repository's release/c directory contains that C file (snapshotted at various versions). It mirrors the release/c directory of the original Wuffs repository, but by excluding everything else, this repository is much smaller and changes much less frequently.

Disclaimer

This is not an official Google product, it is just code that happens to be owned by Google.


Updated on March 2021.