Skip to content

Commit

Permalink
release: webgl 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eldenpark committed Jun 22, 2020
1 parent 6100158 commit d50793c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Binary file modified docs/Build/docs.data.unityweb
Binary file not shown.
Binary file modified docs/Build/docs.wasm.code.unityweb
Binary file not shown.
12 changes: 6 additions & 6 deletions docs/Build/docs.wasm.framework.unityweb
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@ function _emscripten_asm_const_ii(code, a0) {
return ASM_CONSTS[code](a0);
}
STATIC_BASE = GLOBAL_BASE;
STATICTOP = STATIC_BASE + 3191392;
STATICTOP = STATIC_BASE + 3191808;
__ATINIT__.push({
func: (function() {
__GLOBAL__sub_I_AIScriptingClasses_cpp();
Expand Down Expand Up @@ -3351,10 +3351,6 @@ __ATINIT__.push({
func: (function() {
__GLOBAL__sub_I_Lump_libil2cpp_os_cpp();
})
}, {
func: (function() {
__GLOBAL__sub_I_Il2CppCodeRegistration_cpp();
})
}, {
func: (function() {
__GLOBAL__sub_I_Lump_libil2cpp_vm_cpp();
Expand All @@ -3371,12 +3367,16 @@ __ATINIT__.push({
func: (function() {
__GLOBAL__sub_I_Lump_libil2cpp_gc_cpp();
})
}, {
func: (function() {
__GLOBAL__sub_I_Il2CppCodeRegistration_cpp();
})
}, {
func: (function() {
___emscripten_environ_constructor();
})
});
var STATIC_BUMP = 3191392;
var STATIC_BUMP = 3191808;
Module["STATIC_BASE"] = STATIC_BASE;
Module["STATIC_BUMP"] = STATIC_BUMP;
var tempDoublePtr = STATICTOP;
Expand Down

0 comments on commit d50793c

Please sign in to comment.