sq / JSIL

CIL to Javascript Compiler
http://jsil.org/
Other
1.73k stars 241 forks source link

Assembly wrap in IIFE with references #974

Closed iskiselev closed 8 years ago

iskiselev commented 8 years ago

Implemented wrapping assembly in IIFE with references to other used assemblies (so assembly and manifest could be produced independently). This feature is hidden under configuration parameter InlineAssemblyReferences.

This PR should open path for reusing of single-assembly translation, so it is possible to build some mechanics for translating one assembly per JSIL run.