This is a simple example of a wasm module that can be used in a web browser or in nodejs.
To create the libe for testing
wasm-pack build --target web --out-dir ./reader-test/pkg
# NodeJs
wasm-pack build --target nodejs
# Web
wasm-pack build --target web
License: MIT