JSMonk / hegel

An advanced static type checker
https://hegel.js.org
MIT License
2.09k stars 59 forks source link

WebAssembly Output #87

Closed sirinath closed 4 years ago

sirinath commented 4 years ago

Can have haveWebAssembly compilation also.

JSMonk commented 4 years ago

Sorry, but it's not a goal of the Hegel project too. We don't have a build step, it's an only analyzation tool and build-step we delegate to babel or to flow-remove-types utility (https://jsmonk.github.io/hegel/docs/install#setup-project). Thank you for your issue ^_^.