Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 345 Bytes

File metadata and controls

19 lines (19 loc) · 345 Bytes

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