mirror of
https://github.com/godotengine/godot.git
synced 2025-10-23 01:43:36 +00:00
[HTML5] Preloader fetch, streaming instantiation.
This commit is contained in:
parent
8a020a6573
commit
f64ec5f1ad
4 changed files with 103 additions and 70 deletions
|
@ -1,3 +1,4 @@
|
|||
var Godot;
|
||||
var WebAssembly = {};
|
||||
WebAssembly.instantiate = function(buffer, imports) {};
|
||||
WebAssembly.instantiateStreaming = function(response, imports) {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue