git ssb

0+

wanderer🌟 / bls-lib



Tree: fd809fb0134868c1f4d481a16255753af43fe5f6

Files: fd809fb0134868c1f4d481a16255753af43fe5f6 / build / build.ninja

316 bytesRaw
1cflags = -I../mcl/include/ -I../cybozulib/include -I../bls/include -I../bls
2
3rule buildExLib
4 command = emcc -O3 -o $out ../bls/src/bls_c.cpp ../mcl/src/fp.cpp --pre-js ../pre.js $cflags -s WASM=1 -DMCLBN_FP_UNIT_SIZE=6 -DMCL_MAX_BIT_SIZE=384 -DNDEBUG -DMCLBN_USE_NEW_DESERIALIZE_API
5
6build bls_lib.js : buildExLib
7

Built with git-ssb-web