devsnek / esvu

esvu is your one-stop shop for all implementations of ECMAScript.
MIT License
179 stars 23 forks source link

automatically install jsc deps on windows #2

Open devsnek opened 4 years ago

devsnek commented 4 years ago

jsc depends on a bunch of additional libraries, which are actually included in the zip that is downloaded by esvu. i think all that needs to be done is unzipping it and running a bunch of ps scripts, but more investigation is needed.