chidori-static-analysis 0.1.3

Chidori Static Analysis is part of the Chidori framework, this identifies the exposure of values in JavaScript, TypeScript and Python code in order to support wiring dependent code together
Documentation

Build

yarn run build

Test

To test the wasm package directly

wasm-pack test --headless --firefox

To test the UX of the JS interface

yarn run build-local
yarn run test-js

Publish to NPM

cd pkg && npm publish --access=public