aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-21 15:41:35 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-21 15:41:47 -0500
commitb5531007a71c3c2664b0d68877ebfee94ec1bb68 (patch)
treeb68d6be80d1250a13469a23bdac6fd0cebfa846f /teleterm
parentd5e79e1194cb2c76da6b366167dbe258e229bdc6 (diff)
downloadteleterm-b5531007a71c3c2664b0d68877ebfee94ec1bb68.tar.gz
teleterm-b5531007a71c3c2664b0d68877ebfee94ec1bb68.zip
optimize wasm file
Diffstat (limited to 'teleterm')
-rw-r--r--teleterm/static/teleterm_web.js8
-rw-r--r--teleterm/static/teleterm_web_bg.wasmbin38686 -> 30488 bytes
2 files changed, 4 insertions, 4 deletions
diff --git a/teleterm/static/teleterm_web.js b/teleterm/static/teleterm_web.js
index d6503a1..f14d374 100644
--- a/teleterm/static/teleterm_web.js
+++ b/teleterm/static/teleterm_web.js
@@ -250,7 +250,7 @@ function init(module) {
const a = state.a;
state.a = 0;
try {
- return __wbg_elem_binding2(a, state.b, arg0);
+ return __wbg_elem_binding1(a, state.b, arg0);
} finally {
if (--state.cnt === 0) wasm.__wbg_function_table.get(3)(a, state.b);
else state.a = a;
@@ -261,14 +261,14 @@ function init(module) {
const ret = real;
return addHeapObject(ret);
};
- imports.wbg.__wbindgen_closure_wrapper21 = function(arg0, arg1, arg2) {
+ imports.wbg.__wbindgen_closure_wrapper19 = function(arg0, arg1, arg2) {
const state = { a: arg0, b: arg1, cnt: 1 };
const real = (arg0) => {
state.cnt++;
const a = state.a;
state.a = 0;
try {
- return __wbg_elem_binding1(a, state.b, arg0);
+ return __wbg_elem_binding2(a, state.b, arg0);
} finally {
if (--state.cnt === 0) wasm.__wbg_function_table.get(3)(a, state.b);
else state.a = a;
@@ -279,7 +279,7 @@ function init(module) {
const ret = real;
return addHeapObject(ret);
};
- imports.wbg.__wbindgen_closure_wrapper19 = function(arg0, arg1, arg2) {
+ imports.wbg.__wbindgen_closure_wrapper21 = function(arg0, arg1, arg2) {
const state = { a: arg0, b: arg1, cnt: 1 };
const real = (arg0) => {
state.cnt++;
diff --git a/teleterm/static/teleterm_web_bg.wasm b/teleterm/static/teleterm_web_bg.wasm
index 83dce95..c7339af 100644
--- a/teleterm/static/teleterm_web_bg.wasm
+++ b/teleterm/static/teleterm_web_bg.wasm
Binary files differ