aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-21 16:02:00 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-21 16:02:00 -0500
commit7711e2945fe7142749ceebb580a1e3358a013d09 (patch)
tree4fc31df3811ddb1bdde5f1efcbb8722aada86b51 /teleterm
parentb5531007a71c3c2664b0d68877ebfee94ec1bb68 (diff)
downloadteleterm-7711e2945fe7142749ceebb580a1e3358a013d09.tar.gz
teleterm-7711e2945fe7142749ceebb580a1e3358a013d09.zip
optimize more
Diffstat (limited to 'teleterm')
-rw-r--r--teleterm/static/teleterm_web.js6
-rw-r--r--teleterm/static/teleterm_web_bg.wasmbin30488 -> 26093 bytes
2 files changed, 3 insertions, 3 deletions
diff --git a/teleterm/static/teleterm_web.js b/teleterm/static/teleterm_web.js
index f14d374..824d843 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_binding1(a, state.b, arg0);
+ return __wbg_elem_binding0(a, state.b, arg0);
} finally {
if (--state.cnt === 0) wasm.__wbg_function_table.get(3)(a, state.b);
else state.a = a;
@@ -268,7 +268,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;
@@ -286,7 +286,7 @@ function init(module) {
const a = state.a;
state.a = 0;
try {
- return __wbg_elem_binding0(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;
diff --git a/teleterm/static/teleterm_web_bg.wasm b/teleterm/static/teleterm_web_bg.wasm
index c7339af..37ef254 100644
--- a/teleterm/static/teleterm_web_bg.wasm
+++ b/teleterm/static/teleterm_web_bg.wasm
Binary files differ