This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
Support multiple runtimes #397
Closed
Description
When #310 is done, we'll be able to target different module systems. The runtime files will need to match those targets, and more generally we may want a runtime built with the same flags as the user code.
An option we discussed is to checkin the code for a couple of "predefined" major runtimes (e.g. one with ES6 modules, another with our current module system, etc), but we may also need a way to serialize the codegen options and lazily create a adhoc version of the runtime with those options.