This commit is contained in:
r4ph3rd 2023-06-13 09:08:34 +02:00
parent ea54da59ab
commit 2ce1e6da3c
4 changed files with 9 additions and 6 deletions

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# Builds for cite showroom project
Last builds for each platform on dedicated branches.

Binary file not shown.

View File

@ -1159,26 +1159,26 @@ var tempDouble;
var tempI64; var tempI64;
var ASM_CONSTS = { var ASM_CONSTS = {
4107176: function() { 4108728: function() {
Module["emscripten_get_now_backup"] = performance.now; Module["emscripten_get_now_backup"] = performance.now;
}, },
4107231: function($0) { 4108783: function($0) {
performance.now = function() { performance.now = function() {
return $0; return $0;
}; };
}, },
4107279: function($0) { 4108831: function($0) {
performance.now = function() { performance.now = function() {
return $0; return $0;
}; };
}, },
4107327: function() { 4108879: function() {
performance.now = Module["emscripten_get_now_backup"]; performance.now = Module["emscripten_get_now_backup"];
}, },
4107382: function() { 4108934: function() {
return Module.webglContextAttributes.premultipliedAlpha; return Module.webglContextAttributes.premultipliedAlpha;
}, },
4107443: function() { 4108995: function() {
return Module.webglContextAttributes.preserveDrawingBuffer; return Module.webglContextAttributes.preserveDrawingBuffer;
} }
}; };

Binary file not shown.