4 lines
75 B
JavaScript
4 lines
75 B
JavaScript
|
var Engine = {
|
||
|
USING_WASM: false,
|
||
|
RuntimeEnvironment: function(Module) {
|