mirror of
https://github.com/godotengine/godot.git
synced 2024-12-09 10:09:20 +08: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) {};
|