Module Version
fun ModuleVersion( moduleSize: Long, localImportNames: List<String>, entryPoints: List<String>)
Content copied to clipboard
Construct a new ModuleVersion.
Parameters
module Size
The size of the compiled module, in bytes.
local Import Names
The list of module names being imported.
entry Points
The list of entry points defined in the module.