kalwalt / wasm-akaze-example

A simple test to build a Wasm example with akaze and Rust
https://kalwalt.github.io/wasm-akaze-example/www/
Apache License 2.0
0 stars 0 forks source link
akaze cv rust wasm wasm-akaze webar

WASM AKAZE EXAMPLE

I'm testing akaze from the cv crate with rustwasm. I'ts a work in progress, you can test it locally for now.

Instructions

If you want to test locally on your machine just run:

cd www
npm install

and run a local server. If you make changes, you need to install wasm-pack:

curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

run the 🛠️ wasm-pack build command and then the steps below:

cd www
npm install

and run a local server.

Live example

Check the live example

🔋 Batteries Included