mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-07 11:29:36 +01:00
5 lines
156 B
JavaScript
5 lines
156 B
JavaScript
|
var Godot;
|
||
|
var WebAssembly = {};
|
||
|
WebAssembly.instantiate = function(buffer, imports) {};
|
||
|
WebAssembly.instantiateStreaming = function(response, imports) {};
|