Global

Members

Module

Module is a global JavaScript object with attributes that Emscripten-generated code calls at various points in its execution. Developers can provide an implementation of Module to control the execution of code. For example, to define how notification messages from Emscripten are displayed, developers implement the Module.print attribute. Note that parameter 'memoryInitializerPrefixURL' indicates path of file.js.mem

Source: