aboutsummaryrefslogtreecommitdiff
path: root/src/shell_sharedlib.js
blob: 505c3d7bedd48c72d878a9172c087747c6f6e976 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Capture the output of this into a variable, if you want
(function(FUNCTION_TABLE_OFFSET, parentModule) {
  var Module = {};
  var args = [];
  Module.arguments = [];

  {{BODY}}

  // {{MODULE_ADDITIONS}}

  return Module;
});