RangerMauve / webrun

Run Web-first ESM modules outside of the browser
https://webrun-presentation.hashbase.io/
MIT License
77 stars 8 forks source link

Need to rewrite Webrun to allow multiple instances #7

Closed RangerMauve closed 5 years ago

RangerMauve commented 6 years ago

Currently, the Webrun API just has one global modules cache and essentially a single function for interacting with it.

This should be replaced with something that uses the new class syntax so that multiple webrun instances could be active at once, and to make the API more useful for embedding in existing applications.

This should also improve testability.