se adiciona experimental/facho-wasm para crear wasm de firmado para facturacion electronica
FossilOrigin-Name: f5823c4b16ec6f81eaf92676dfe4a2bee3edc150ce3485ffcd8732c2c4284e5b
This commit is contained in:
14
experimental/facho-wasm/xmlsec-wasm/build_xmlsec.sh
Normal file
14
experimental/facho-wasm/xmlsec-wasm/build_xmlsec.sh
Normal 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
|
||||
Reference in New Issue
Block a user