mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-18 18:06:56 +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) {};
|