Provide basic bindings for qcms library.
Run:
node build.js --compile --output my_output_dirit will create a Docker image with emsdk and then run it. The generated qcms.js and qcms.wasm will be in my_output_dir.
In order to update qcms to a specific version, change the version in Cargo.toml and then run:
node build.js --createto create a new docker image and then
node build.js --compile --output my_output_dirto compile. The short version is:
node build.js -Cco my_output_dirThe code is released under MIT.