You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mymonero-core-js/bin/archive-emcpp.sh

7 lines
234 B

#!/bin/sh
bin/build-emcpp.sh &&
cp build/MyMoneroCoreCpp_WASM.js monero_utils/;
cp build/MyMoneroCoreCpp_WASM.wasm monero_utils/;
cp build/MyMoneroCoreCpp_ASMJS.js monero_utils/;
cp build/MyMoneroCoreCpp_ASMJS.asm.js monero_utils/