1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

[HTML5] Preloader fetch, streaming instantiation.

This commit is contained in:
Fabio Alessandrelli
2021-03-01 11:26:22 +01:00
parent 4de0768cdb
commit 272e491f52
4 changed files with 103 additions and 70 deletions

View File

@@ -1,3 +1,4 @@
var Godot;
var WebAssembly = {};
WebAssembly.instantiate = function(buffer, imports) {};
WebAssembly.instantiateStreaming = function(response, imports) {};