mirror of
https://github.com/Relintai/codot.git
synced 2025-04-22 05:41:17 +02: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) {};
|