Results 1 issues of BruceKnowsHow

The JSCPP distribution has exactly one error when being loaded into a WebWorker via `importScripts()`. That error has to do with the way `window.JSCPP` is assigned in [index.js](https://github.com/felixhao28/JSCPP/blob/master/src/index.js). WebWorkers don't...