@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 +0 -6
- package/beamterm_renderer_bg.js +4 -4
- package/beamterm_renderer_bg.wasm +0 -0
- package/package.json +2 -2
package/README.md
CHANGED
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__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.
|
|
9
|
+
"version": "0.12.11",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|