pre.js 229 B

123456
  1. var Engine = {
  2. RuntimeEnvironment: function(Module, exposedLibs) {
  3. // The above is concatenated with generated code, and acts as the start of
  4. // a wrapper for said code. See engine.js for the other part of the
  5. // wrapper.