@kofany/beamterm-terx 0.12.12 → 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.
@@ -247,8 +247,8 @@ function wasm_bindgen__convert__closures_____invoke__hbee1b5e623a87165(arg0, arg
247
247
  wasm.wasm_bindgen__convert__closures_____invoke__hbee1b5e623a87165(arg0, arg1, arg2);
248
248
  }
249
249
 
250
- function wasm_bindgen__convert__closures_____invoke__h9fc62350024edcc7(arg0, arg1, arg2) {
251
- wasm.wasm_bindgen__convert__closures_____invoke__h9fc62350024edcc7(arg0, arg1, arg2);
250
+ function wasm_bindgen__convert__closures_____invoke__hc6b014a766449a36(arg0, arg1, arg2) {
251
+ wasm.wasm_bindgen__convert__closures_____invoke__hc6b014a766449a36(arg0, arg1, arg2);
252
252
  }
253
253
 
254
254
  const BatchFinalization = (typeof FinalizationRegistry === 'undefined')
@@ -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
@@ -2,15 +2,19 @@
2
2
  "name": "@kofany/beamterm-terx",
3
3
  "type": "module",
4
4
  "collaborators": [
5
- "Adrian Papari <junkdog@angelhill.net>"
5
+ "Adrian Papari <junkdog@angelhill.net>",
6
+ "kofany <kofany@users.noreply.github.com>"
6
7
  ],
7
8
  "description": "High-performance WebGL2 terminal renderer for beamterm, targeting sub-millisecond render times in web browsers",
8
- "version": "0.12.12",
9
+ "version": "0.12.13",
9
10
  "license": "MIT",
10
11
  "repository": {
11
12
  "type": "git",
12
13
  "url": "https://github.com/kofany/beamterm"
13
14
  },
15
+ "publishConfig": {
16
+ "access": "public"
17
+ },
14
18
  "files": [
15
19
  "beamterm_renderer_bg.wasm",
16
20
  "beamterm_renderer.js",