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.
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.