se adiciona experimental/facho-wasm para crear wasm de firmado para facturacion electronica

FossilOrigin-Name: f5823c4b16ec6f81eaf92676dfe4a2bee3edc150ce3485ffcd8732c2c4284e5b
This commit is contained in:
bit4bit
2021-12-04 15:44:45 +00:00
parent cbe0c512eb
commit 1a302f605f
9 changed files with 541 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#!/bin/sh
XMLSEC1_VERSION=1.2.33
tar xf xmlsec1-${XMLSEC1_VERSION}.tar.gz
cd xmlsec1-${XMLSEC1_VERSION}
cp -r ../libxml2 .
cp -r ../vendor .
wasiconfigure ./configure --with-libxml-src=`pwd`/libxml2 --with-openssl=`pwd`/vendor/openssl --enable-static-linking --disable-folders-search --disable-apps --disable-apps-crypto-dl --disable-crypto-dl
wasimake make -j4