Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiple instances of each module #48

Open
erkyrath opened this issue Dec 22, 2020 · 1 comment
Open

Support multiple instances of each module #48

erkyrath opened this issue Dec 22, 2020 · 1 comment

Comments

@erkyrath
Copy link
Owner

See plan: erkyrath/glkote#46

I have gone through and done this for all the modules in the glkote repo. Quixe is not yet done.

(Quixe works at present, but Lectrote is broken. I'll figure it out after Quixe is modularized according to the plan.)

@erkyrath
Copy link
Owner Author

erkyrath commented Dec 28, 2020

All done.

Note that Quixe's startup methods used to be named Quixe.prepare(image, opts) followed by Quixe.init(). I have changed them to follow the new schema: Quixe.init(image, opts) followed by Quixe.start().

The Glk (glkapi.js) and GiLoad (gi_load.js) modules have been updated to be consistent with these name changes. This has follow-on effects on other VMs (ifvms, etc).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant