You've already forked godot
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:
@@ -1,3 +1,4 @@
|
||||
var Godot;
|
||||
var WebAssembly = {};
|
||||
WebAssembly.instantiate = function(buffer, imports) {};
|
||||
WebAssembly.instantiateStreaming = function(response, imports) {};
|
||||
|
||||
Reference in New Issue
Block a user