Files
engine/platform/javascript/pre.js
T

6 lines
229 B
JavaScript
Raw Normal View History

2017-08-13 13:10:04 +02:00
var Engine = {
RuntimeEnvironment: function(Module, exposedLibs) {
2018-10-14 20:55:04 -07:00
// 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.