Skip to content

A simple test to build a Wasm example with akaze and Rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT
Notifications You must be signed in to change notification settings

kalwalt/wasm-akaze-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • wasm-bindgen for communicating between WebAssembly and JavaScript.
  • console_error_panic_hook for logging panic messages to the developer console.
  • wee_alloc, an allocator optimized for small code size.
  • image
  • imageproc
  • rust-cv
  • web-sys

About

A simple test to build a Wasm example with akaze and Rust

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published