mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-18 05:27:44 +00:00
d20b32186f
Also rename export name from "HTML5" to "Web".
5 lines
156 B
JavaScript
5 lines
156 B
JavaScript
var Godot;
|
|
var WebAssembly = {};
|
|
WebAssembly.instantiate = function(buffer, imports) {};
|
|
WebAssembly.instantiateStreaming = function(response, imports) {};
|