v5.1.0
5.1.0
Add support for xmllint's --stream option, which is useful when
validating large XML files.
Supporting this feature required compiling libxml2 with reader support, which
adds about 30K, or 4%, increase to the wasm binary size.
Closes #27.