This is a Zint binding for WASI.
zint-wasm-sys
is a low-level binding to the Zint library.zint-wasm-rs
is a high-level binding to the Zint library.zint-typst-plugin
is a typst package for the Zint library.
This package only uses the Zint library but not any of its frontends. So it is MIT licensed.
Checkout examples and typst-package/manual.typ
for more information.
(click on the image to open)
Clone with:
git clone --recurse-submodules -j8 https://github.com/Enter-tainer/zint-wasi.git
You must have standard development tools pre-installed on your machine and in path:
- cargo (rustc; get with rustup)
- tar
- wget/curl
- gcc/clang
To build the typst package, run:
cargo xtask package
See xtask
readme for more information.
This package is licensed under MIT license. A copy of the license can be found in the LICENSE file.