Execute command:python3 ./platforms/js/build_js.py build_wasm --build_wasm
build_wasm/bin directory does not exist opencv.wasm file
Execute command:python3 ./platforms/js/build_js.py build_wasm --build_wasm
build_wasm/bin directory does not exist opencv.wasm file
Hi @ying_chang the script embed the wasm code directly into the opencv.js file: if you open the file in an editor you will find:
var wasmBinaryFile;wasmBinaryFile="data:application/octet-stream;base64, // a long bytecode string....