codefrau / SqueakJS

A Squeak Smalltalk VM in Javascript
https://squeak.js.org
MIT License
365 stars 75 forks source link

Replaced ES6 export by adding method to Squeak global #123

Closed ErikOnBike closed 3 years ago

ErikOnBike commented 3 years ago

I removed the export and added the method fetchImageAndRun() to the global Squeak so it is globally accessible.