@kofany/beamterm-terx 0.12.11 → 0.12.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/beamterm_renderer_bg.js +14 -10
- package/beamterm_renderer_bg.wasm +0 -0
- package/package.json +2 -2
package/beamterm_renderer_bg.js
CHANGED
|
@@ -243,14 +243,14 @@ if (!('encodeInto' in cachedTextEncoder)) {
|
|
|
243
243
|
|
|
244
244
|
let WASM_VECTOR_LEN = 0;
|
|
245
245
|
|
|
246
|
-
function wasm_bindgen__convert__closures_____invoke__h9fc62350024edcc7(arg0, arg1, arg2) {
|
|
247
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h9fc62350024edcc7(arg0, arg1, arg2);
|
|
248
|
-
}
|
|
249
|
-
|
|
250
246
|
function wasm_bindgen__convert__closures_____invoke__hbee1b5e623a87165(arg0, arg1, arg2) {
|
|
251
247
|
wasm.wasm_bindgen__convert__closures_____invoke__hbee1b5e623a87165(arg0, arg1, arg2);
|
|
252
248
|
}
|
|
253
249
|
|
|
250
|
+
function wasm_bindgen__convert__closures_____invoke__hc6b014a766449a36(arg0, arg1, arg2) {
|
|
251
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hc6b014a766449a36(arg0, arg1, arg2);
|
|
252
|
+
}
|
|
253
|
+
|
|
254
254
|
const BatchFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
255
255
|
? { register: () => {}, unregister: () => {} }
|
|
256
256
|
: new FinalizationRegistry(ptr => wasm.__wbg_batch_free(ptr >>> 0, 1));
|
|
@@ -1917,6 +1917,10 @@ export function __wbg_set_height_6f8f8ef4cb40e496(arg0, arg1) {
|
|
|
1917
1917
|
arg0.height = arg1 >>> 0;
|
|
1918
1918
|
};
|
|
1919
1919
|
|
|
1920
|
+
export function __wbg_set_height_afe09c24165867f7(arg0, arg1) {
|
|
1921
|
+
arg0.height = arg1 >>> 0;
|
|
1922
|
+
};
|
|
1923
|
+
|
|
1920
1924
|
export function __wbg_set_textAlign_0e0827546ee09feb(arg0, arg1, arg2) {
|
|
1921
1925
|
arg0.textAlign = getStringFromWasm0(arg1, arg2);
|
|
1922
1926
|
};
|
|
@@ -2048,6 +2052,12 @@ export function __wbindgen_cast_5f9a13552260be22(arg0, arg1) {
|
|
|
2048
2052
|
return ret;
|
|
2049
2053
|
};
|
|
2050
2054
|
|
|
2055
|
+
export function __wbindgen_cast_8553777cea68e9ec(arg0, arg1) {
|
|
2056
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 26, function: Function { arguments: [NamedExternref("MouseEvent")], shim_idx: 27, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2057
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h49c13e617ad9d83c, wasm_bindgen__convert__closures_____invoke__hc6b014a766449a36);
|
|
2058
|
+
return ret;
|
|
2059
|
+
};
|
|
2060
|
+
|
|
2051
2061
|
export function __wbindgen_cast_cb9088102bce6b30(arg0, arg1) {
|
|
2052
2062
|
// Cast intrinsic for `Ref(Slice(U8)) -> NamedExternref("Uint8Array")`.
|
|
2053
2063
|
const ret = getArrayU8FromWasm0(arg0, arg1);
|
|
@@ -2066,12 +2076,6 @@ export function __wbindgen_cast_d6cd19b81560fd6e(arg0) {
|
|
|
2066
2076
|
return ret;
|
|
2067
2077
|
};
|
|
2068
2078
|
|
|
2069
|
-
export function __wbindgen_cast_dac1fd37d8c7b8e4(arg0, arg1) {
|
|
2070
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 27, function: Function { arguments: [NamedExternref("MouseEvent")], shim_idx: 28, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2071
|
-
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h4e834c369ab09e90, wasm_bindgen__convert__closures_____invoke__h9fc62350024edcc7);
|
|
2072
|
-
return ret;
|
|
2073
|
-
};
|
|
2074
|
-
|
|
2075
2079
|
export function __wbindgen_init_externref_table() {
|
|
2076
2080
|
const table = wasm.__wbindgen_externrefs;
|
|
2077
2081
|
const offset = table.grow(4);
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"type": "module",
|
|
4
4
|
"collaborators": [
|
|
5
5
|
"Adrian Papari <junkdog@angelhill.net>",
|
|
6
|
-
"
|
|
6
|
+
"kofany <kofany@users.noreply.github.com>"
|
|
7
7
|
],
|
|
8
8
|
"description": "High-performance WebGL2 terminal renderer for beamterm, targeting sub-millisecond render times in web browsers",
|
|
9
|
-
"version": "0.12.
|
|
9
|
+
"version": "0.12.13",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|