Logo
Explore Help
Sign In
seedlingattempt/godot
1
0
Fork 0
You've already forked godot
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
edde380e9cb1545d77e99bba99aaf55f55e7dc86
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: 766ms Template: 5ms
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