Logo
Explore Help
Sign In
northern-lighthouse/godot
1
0
Fork 0
You've already forked godot
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
8c478dcec9abf91491ed952af6244bda5cb15703
godot/platform/web/js/engine/engine.externs.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
156 B
JavaScript
Raw Normal View History

[HTML5] Refactor JS, threads support, closures. - Refactored the Engine code, splitted across files. - Use MODULARIZE option to build emscripten code into it's own closure. - Enable lto support (saves ~2MiB in release). - Enable optional closure compiler pass for JS and generated code. - Enable optional pthreads support. - Can now build with tools=yes (not much to see yet). - Dropped some deprecated code for older toolchains.
2020-03-11 11:55:28 +01:00
var Godot;
var WebAssembly = {};
WebAssembly.instantiate = function(buffer, imports) {};
[HTML5] Preloader fetch, streaming instantiation.
2021-03-01 11:26:22 +01:00
WebAssembly.instantiateStreaming = function(response, imports) {};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.1 Page: 466ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API