Build C++ code using OpenCV for WASM Article(Japanese Only): https://zenn.dev/compass/articles/82e7ef1d3904f1 setup $ ./setup.sh compile $ ./build.sh test Run the following code and access http://localhost:8080 in your browser to avoid CORS issues. $ python -m http.server 8080 clean $ ./clean.sh