We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec60b8 commit 6b540f4Copy full SHA for 6b540f4
package-wasm.sh
@@ -16,7 +16,7 @@ mkdir build-wasm
16
cd build-wasm
17
emcmake cmake .. -DUSE_WASM=1 -DOPENCV_DIR=/usr/src/app/opencv4
18
make -j5 install
19
-(cd ../web/ && tar -czvf cimbar.wasm.tar.gz cimbar_js.* index.html main.js)
+(cd ../web/ && tar -czvf cimbar.wasm.tar.gz cimbar_js.js cimbar_js.wasm index.html main.js)
20
21
cd /usr/src/app
22
mkdir build-asmjs
0 commit comments