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