@kofany/beamterm-terx 0.12.2 → 0.12.11

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/README.md CHANGED
@@ -396,12 +396,6 @@ rustup target add wasm32-unknown-unknown
396
396
 
397
397
  # Install tools
398
398
  cargo install wasm-pack trunk
399
-
400
- # Development server
401
- trunk serve
402
-
403
- # Production build
404
- trunk build --release
405
399
  ```
406
400
 
407
401
  ## Design Decisions
@@ -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__hbee1b5e623a87165(arg0, arg1, arg2) {
247
- wasm.wasm_bindgen__convert__closures_____invoke__hbee1b5e623a87165(arg0, arg1, arg2);
248
- }
249
-
250
246
  function wasm_bindgen__convert__closures_____invoke__h9fc62350024edcc7(arg0, arg1, arg2) {
251
247
  wasm.wasm_bindgen__convert__closures_____invoke__h9fc62350024edcc7(arg0, arg1, arg2);
252
248
  }
253
249
 
250
+ function wasm_bindgen__convert__closures_____invoke__hbee1b5e623a87165(arg0, arg1, arg2) {
251
+ wasm.wasm_bindgen__convert__closures_____invoke__hbee1b5e623a87165(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));
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
- "kofany <j@dabrowski.biz>"
6
+ "Jerzy \"kofany\" Dabrowski <j@dabrowski.biz>"
7
7
  ],
8
8
  "description": "High-performance WebGL2 terminal renderer for beamterm, targeting sub-millisecond render times in web browsers",
9
- "version": "0.12.2",
9
+ "version": "0.12.11",
10
10
  "license": "MIT",
11
11
  "repository": {
12
12
  "type": "git",