@blit-sh/browser 0.17.0 → 0.17.1
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-85b5a69c470db3e8/inline0.js';
|
|
3
3
|
|
|
4
4
|
export class Terminal {
|
|
5
5
|
__destroy_into_raw() {
|
|
@@ -322,7 +322,7 @@ export function wasm_memory() {
|
|
|
322
322
|
const ret = wasm.wasm_memory();
|
|
323
323
|
return ret;
|
|
324
324
|
}
|
|
325
|
-
import * as import1 from "./snippets/blit-browser-
|
|
325
|
+
import * as import1 from "./snippets/blit-browser-85b5a69c470db3e8/inline0.js"
|
|
326
326
|
|
|
327
327
|
function __wbg_get_imports() {
|
|
328
328
|
const import0 = {
|
|
@@ -341,10 +341,10 @@ function __wbg_get_imports() {
|
|
|
341
341
|
__wbg_beginPath_596efed55075dbc3: function(arg0) {
|
|
342
342
|
arg0.beginPath();
|
|
343
343
|
},
|
|
344
|
-
|
|
344
|
+
__wbg_blitFillTextCodePoint_34b207b79f73d27c: function(arg0, arg1, arg2, arg3) {
|
|
345
345
|
blitFillTextCodePoint(arg0, arg1 >>> 0, arg2, arg3);
|
|
346
346
|
},
|
|
347
|
-
|
|
347
|
+
__wbg_blitFillTextStretched_f04a21864dd4037e: function(arg0, arg1, arg2, arg3, arg4) {
|
|
348
348
|
blitFillTextStretched(arg0, arg1 >>> 0, arg2, arg3, arg4);
|
|
349
349
|
},
|
|
350
350
|
__wbg_clearRect_ea4f3d34d76f4bc5: function(arg0, arg1, arg2, arg3, arg4) {
|
|
@@ -477,7 +477,7 @@ function __wbg_get_imports() {
|
|
|
477
477
|
return {
|
|
478
478
|
__proto__: null,
|
|
479
479
|
"./blit_browser_bg.js": import0,
|
|
480
|
-
"./snippets/blit-browser-
|
|
480
|
+
"./snippets/blit-browser-85b5a69c470db3e8/inline0.js": import1,
|
|
481
481
|
};
|
|
482
482
|
}
|
|
483
483
|
|
package/blit_browser_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
/package/snippets/{blit-browser-dc72b20da624ccea → blit-browser-85b5a69c470db3e8}/inline0.js
RENAMED
|
File without changes
|