@blit-sh/browser 0.21.0 → 0.22.0
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/blit_browser.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* @ts-self-types="./blit_browser.d.ts" */
|
|
2
|
-
import { blitFillTextCodePoint, blitFillTextStretched } from './snippets/blit-browser-
|
|
2
|
+
import { blitFillTextCodePoint, blitFillTextStretched } from './snippets/blit-browser-aa7d8a04b3c92ff9/inline0.js';
|
|
3
3
|
|
|
4
4
|
export class Terminal {
|
|
5
5
|
__destroy_into_raw() {
|
|
@@ -332,7 +332,7 @@ export function wasm_memory() {
|
|
|
332
332
|
const ret = wasm.wasm_memory();
|
|
333
333
|
return ret;
|
|
334
334
|
}
|
|
335
|
-
import * as import1 from "./snippets/blit-browser-
|
|
335
|
+
import * as import1 from "./snippets/blit-browser-aa7d8a04b3c92ff9/inline0.js"
|
|
336
336
|
|
|
337
337
|
function __wbg_get_imports() {
|
|
338
338
|
const import0 = {
|
|
@@ -351,10 +351,10 @@ function __wbg_get_imports() {
|
|
|
351
351
|
__wbg_beginPath_596efed55075dbc3: function(arg0) {
|
|
352
352
|
arg0.beginPath();
|
|
353
353
|
},
|
|
354
|
-
|
|
354
|
+
__wbg_blitFillTextCodePoint_0765630404841a38: function(arg0, arg1, arg2, arg3) {
|
|
355
355
|
blitFillTextCodePoint(arg0, arg1 >>> 0, arg2, arg3);
|
|
356
356
|
},
|
|
357
|
-
|
|
357
|
+
__wbg_blitFillTextStretched_bcc10c558d678265: function(arg0, arg1, arg2, arg3, arg4) {
|
|
358
358
|
blitFillTextStretched(arg0, arg1 >>> 0, arg2, arg3, arg4);
|
|
359
359
|
},
|
|
360
360
|
__wbg_clearRect_ea4f3d34d76f4bc5: function(arg0, arg1, arg2, arg3, arg4) {
|
|
@@ -487,7 +487,7 @@ function __wbg_get_imports() {
|
|
|
487
487
|
return {
|
|
488
488
|
__proto__: null,
|
|
489
489
|
"./blit_browser_bg.js": import0,
|
|
490
|
-
"./snippets/blit-browser-
|
|
490
|
+
"./snippets/blit-browser-aa7d8a04b3c92ff9/inline0.js": import1,
|
|
491
491
|
};
|
|
492
492
|
}
|
|
493
493
|
|
package/blit_browser_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
/package/snippets/{blit-browser-7a70fb711b5f4ed2 → blit-browser-aa7d8a04b3c92ff9}/inline0.js
RENAMED
|
File without changes
|