@tangibl/topcodes-wasm
v0.2.0
Published
A TopCode WASM package tracking the Rust implementation
Readme
TopCodes in WASM
This package relies on the Rust implementation of the TopCode library originally implemented by Michael Horn. This can be seen as a simple web and JavaScript-compatible interface for the TopCode scanner.
The advantage of this package is that any performance improvements to the Rust package will be absorbed by this package for free.
Demo
A demo of this package is available on GitHub pages
Screenshot

Development
Build with the following:
wasm-pack buildTest in a headless browser:
wasm-pack test --headless --firefoxIntegration
If you would like to test the integration of your changes, you can use the NPM example project under www/.
