blob: 1d34c73e63502c43bf97fdbccee39d11c112f690 [file] [log] [blame] [edit]
// Capture the output of this into a variable, if you want
(function(FUNCTION_TABLE_OFFSET, globalScope) {
var Module = {};
var args = [];
Module.arguments = [];
{{BODY}}
// {{MODULE_ADDITIONS}}
return Module;
});