libregal
libregal (https://github.com/mikaelwaltersson/regal) compiled for WebAssembly
Build from source
# Check out source code
git clone https://github.com/mikaelwaltersson/regal.git
cd regal
git checkout wasi
# Build wasm binaries
SYSTEM=WASI make
# Copy lib files
cp lib/wasi/*.a ../libregal/lib