d20b32186f
Also rename export name from "HTML5" to "Web".
4 lines
156 B
JavaScript
4 lines
156 B
JavaScript
var Godot;
|
|
var WebAssembly = {};
|
|
WebAssembly.instantiate = function(buffer, imports) {};
|
|
WebAssembly.instantiateStreaming = function(response, imports) {};
|