aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-22 11:37:18 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-22 11:37:18 -0500
commit52e5cc942dca20afa7912d09f5e1fa2a56c75bef (patch)
tree8e8fd9a456d4b7a002d8c66d0c70194a73c93478 /teleterm
parent6ad36d4f74279db25e68590ce5b1d449bad5b377 (diff)
downloadteleterm-52e5cc942dca20afa7912d09f5e1fa2a56c75bef.tar.gz
teleterm-52e5cc942dca20afa7912d09f5e1fa2a56c75bef.zip
more information on the list page
Diffstat (limited to 'teleterm')
-rw-r--r--teleterm/static/teleterm_web.js77
-rw-r--r--teleterm/static/teleterm_web_bg.wasmbin675320 -> 688100 bytes
2 files changed, 39 insertions, 38 deletions
diff --git a/teleterm/static/teleterm_web.js b/teleterm/static/teleterm_web.js
index c8d3f28..4b6e536 100644
--- a/teleterm/static/teleterm_web.js
+++ b/teleterm/static/teleterm_web.js
@@ -1,6 +1,10 @@
let wasm;
+function __wbg_elem_binding0(arg0, arg1) {
+ wasm.__wbg_function_table.get(222)(arg0, arg1);
+}
+
const heap = new Array(32);
heap.fill(undefined);
@@ -17,32 +21,29 @@ function addHeapObject(obj) {
heap[idx] = obj;
return idx;
}
-function __wbg_elem_binding0(arg0, arg1, arg2) {
- wasm.__wbg_function_table.get(56)(arg0, arg1, addHeapObject(arg2));
-}
-function __wbg_elem_binding1(arg0, arg1) {
- wasm.__wbg_function_table.get(221)(arg0, arg1);
+function __wbg_elem_binding1(arg0, arg1, arg2) {
+ wasm.__wbg_function_table.get(55)(arg0, arg1, addHeapObject(arg2));
}
function __wbg_elem_binding2(arg0, arg1, arg2) {
- wasm.__wbg_function_table.get(291)(arg0, arg1, addHeapObject(arg2));
+ wasm.__wbg_function_table.get(292)(arg0, arg1, addHeapObject(arg2));
}
function __wbg_elem_binding3(arg0, arg1, arg2) {
- wasm.__wbg_function_table.get(60)(arg0, arg1, arg2);
+ wasm.__wbg_function_table.get(55)(arg0, arg1, addHeapObject(arg2));
}
function __wbg_elem_binding4(arg0, arg1, arg2) {
- wasm.__wbg_function_table.get(56)(arg0, arg1, addHeapObject(arg2));
+ wasm.__wbg_function_table.get(55)(arg0, arg1, addHeapObject(arg2));
}
function __wbg_elem_binding5(arg0, arg1, arg2) {
- wasm.__wbg_function_table.get(56)(arg0, arg1, addHeapObject(arg2));
+ wasm.__wbg_function_table.get(55)(arg0, arg1, addHeapObject(arg2));
}
function __wbg_elem_binding6(arg0, arg1, arg2) {
- wasm.__wbg_function_table.get(56)(arg0, arg1, addHeapObject(arg2));
+ wasm.__wbg_function_table.get(59)(arg0, arg1, arg2);
}
function __wbg_elem_binding7(arg0, arg1, arg2, arg3, arg4) {
- wasm.__wbg_function_table.get(318)(arg0, arg1, addHeapObject(arg2), arg3, addHeapObject(arg4));
+ wasm.__wbg_function_table.get(319)(arg0, arg1, addHeapObject(arg2), arg3, addHeapObject(arg4));
}
function __wbg_elem_binding8(arg0, arg1, arg2, arg3) {
- wasm.__wbg_function_table.get(322)(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
+ wasm.__wbg_function_table.get(323)(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
}
/**
*/
@@ -228,13 +229,16 @@ function init(module) {
imports.wbg.__wbindgen_object_drop_ref = function(arg0) {
takeObject(arg0);
};
+ imports.wbg.__wbindgen_string_new = function(arg0, arg1) {
+ const ret = getStringFromWasm(arg0, arg1);
+ return addHeapObject(ret);
+ };
imports.wbg.__wbindgen_object_clone_ref = function(arg0) {
const ret = getObject(arg0);
return addHeapObject(ret);
};
- imports.wbg.__wbindgen_string_new = function(arg0, arg1) {
- const ret = getStringFromWasm(arg0, arg1);
- return addHeapObject(ret);
+ imports.wbg.__wbindgen_cb_forget = function(arg0) {
+ takeObject(arg0);
};
imports.wbg.__wbindgen_cb_drop = function(arg0) {
const obj = takeObject(arg0).original;
@@ -245,9 +249,6 @@ function init(module) {
const ret = false;
return ret;
};
- imports.wbg.__wbindgen_cb_forget = function(arg0) {
- takeObject(arg0);
- };
imports.wbg.__wbindgen_json_parse = function(arg0, arg1) {
const ret = JSON.parse(getStringFromWasm(arg0, arg1));
return addHeapObject(ret);
@@ -884,16 +885,16 @@ function init(module) {
imports.wbg.__wbindgen_throw = function(arg0, arg1) {
throw new Error(getStringFromWasm(arg0, arg1));
};
- imports.wbg.__wbindgen_closure_wrapper618 = function(arg0, arg1, arg2) {
+ imports.wbg.__wbindgen_closure_wrapper249 = function(arg0, arg1, arg2) {
const state = { a: arg0, b: arg1, cnt: 1 };
- const real = () => {
+ const real = (arg0) => {
state.cnt++;
const a = state.a;
state.a = 0;
try {
- return __wbg_elem_binding1(a, state.b, );
+ return __wbg_elem_binding1(a, state.b, arg0);
} finally {
- if (--state.cnt === 0) wasm.__wbg_function_table.get(222)(a, state.b);
+ if (--state.cnt === 0) wasm.__wbg_function_table.get(56)(a, state.b);
else state.a = a;
}
}
@@ -902,16 +903,16 @@ function init(module) {
const ret = real;
return addHeapObject(ret);
};
- imports.wbg.__wbindgen_closure_wrapper241 = function(arg0, arg1, arg2) {
+ imports.wbg.__wbindgen_closure_wrapper243 = 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_binding3(a, state.b, arg0);
+ return __wbg_elem_binding6(a, state.b, arg0);
} finally {
- if (--state.cnt === 0) wasm.__wbg_function_table.get(57)(a, state.b);
+ if (--state.cnt === 0) wasm.__wbg_function_table.get(56)(a, state.b);
else state.a = a;
}
}
@@ -920,16 +921,16 @@ function init(module) {
const ret = real;
return addHeapObject(ret);
};
- imports.wbg.__wbindgen_closure_wrapper243 = function(arg0, arg1, arg2) {
+ imports.wbg.__wbindgen_closure_wrapper241 = 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_binding4(a, state.b, arg0);
+ return __wbg_elem_binding5(a, state.b, arg0);
} finally {
- if (--state.cnt === 0) wasm.__wbg_function_table.get(57)(a, state.b);
+ if (--state.cnt === 0) wasm.__wbg_function_table.get(56)(a, state.b);
else state.a = a;
}
}
@@ -938,16 +939,16 @@ function init(module) {
const ret = real;
return addHeapObject(ret);
};
- imports.wbg.__wbindgen_closure_wrapper239 = function(arg0, arg1, arg2) {
+ imports.wbg.__wbindgen_closure_wrapper631 = function(arg0, arg1, arg2) {
const state = { a: arg0, b: arg1, cnt: 1 };
- const real = (arg0) => {
+ const real = () => {
state.cnt++;
const a = state.a;
state.a = 0;
try {
- return __wbg_elem_binding0(a, state.b, arg0);
+ return __wbg_elem_binding0(a, state.b, );
} finally {
- if (--state.cnt === 0) wasm.__wbg_function_table.get(57)(a, state.b);
+ if (--state.cnt === 0) wasm.__wbg_function_table.get(223)(a, state.b);
else state.a = a;
}
}
@@ -956,7 +957,7 @@ function init(module) {
const ret = real;
return addHeapObject(ret);
};
- imports.wbg.__wbindgen_closure_wrapper1029 = function(arg0, arg1, arg2) {
+ imports.wbg.__wbindgen_closure_wrapper1042 = function(arg0, arg1, arg2) {
const state = { a: arg0, b: arg1, cnt: 1 };
const real = (arg0) => {
state.cnt++;
@@ -965,7 +966,7 @@ function init(module) {
try {
return __wbg_elem_binding2(a, state.b, arg0);
} finally {
- if (--state.cnt === 0) wasm.__wbg_function_table.get(292)(a, state.b);
+ if (--state.cnt === 0) wasm.__wbg_function_table.get(293)(a, state.b);
else state.a = a;
}
}
@@ -981,9 +982,9 @@ function init(module) {
const a = state.a;
state.a = 0;
try {
- return __wbg_elem_binding5(a, state.b, arg0);
+ return __wbg_elem_binding3(a, state.b, arg0);
} finally {
- if (--state.cnt === 0) wasm.__wbg_function_table.get(57)(a, state.b);
+ if (--state.cnt === 0) wasm.__wbg_function_table.get(56)(a, state.b);
else state.a = a;
}
}
@@ -999,9 +1000,9 @@ function init(module) {
const a = state.a;
state.a = 0;
try {
- return __wbg_elem_binding6(a, state.b, arg0);
+ return __wbg_elem_binding4(a, state.b, arg0);
} finally {
- if (--state.cnt === 0) wasm.__wbg_function_table.get(57)(a, state.b);
+ if (--state.cnt === 0) wasm.__wbg_function_table.get(56)(a, state.b);
else state.a = a;
}
}
diff --git a/teleterm/static/teleterm_web_bg.wasm b/teleterm/static/teleterm_web_bg.wasm
index 3f66d8e..812e8bd 100644
--- a/teleterm/static/teleterm_web_bg.wasm
+++ b/teleterm/static/teleterm_web_bg.wasm
Binary files differ