@rkat/web 0.6.27 → 0.6.29
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/dist/runtime.js +1 -1
- package/package.json +1 -1
- package/wasm/.meerkat-wasm-build.json +2 -2
- package/wasm/meerkat_web_runtime.d.ts +10 -10
- package/wasm/meerkat_web_runtime.js +15 -15
- package/wasm/meerkat_web_runtime_bg.wasm +0 -0
- package/wasm/meerkat_web_runtime_bg.wasm.d.ts +10 -10
- package/wasm/package.json +1 -1
package/dist/runtime.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Mob, parseMobStatusResult } from './mob.js';
|
|
2
2
|
import { Session } from './session.js';
|
|
3
3
|
/** Expected WASM runtime version — must match the compiled binary. */
|
|
4
|
-
const EXPECTED_VERSION = '0.6.
|
|
4
|
+
const EXPECTED_VERSION = '0.6.29';
|
|
5
5
|
/**
|
|
6
6
|
* Convert a camelCase config object to the snake_case expected by WASM.
|
|
7
7
|
*
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"source_hash": "
|
|
2
|
+
"source_hash": "487d84d1e2038827516383361eeb60a4cf8f1e35407692cadfb2a41927275173",
|
|
3
3
|
"input_count": 637,
|
|
4
|
-
"built_at": "2026-
|
|
4
|
+
"built_at": "2026-06-01T11:47:45.113Z"
|
|
5
5
|
}
|
|
@@ -459,23 +459,23 @@ export interface InitOutput {
|
|
|
459
459
|
readonly intounderlyingsink_abort: (a: number, b: any) => any;
|
|
460
460
|
readonly intounderlyingsink_close: (a: number) => any;
|
|
461
461
|
readonly intounderlyingsink_write: (a: number, b: any) => any;
|
|
462
|
+
readonly __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
|
463
|
+
readonly intounderlyingsource_cancel: (a: number) => void;
|
|
464
|
+
readonly intounderlyingsource_pull: (a: number, b: any) => any;
|
|
462
465
|
readonly __wbg_intounderlyingbytesource_free: (a: number, b: number) => void;
|
|
463
466
|
readonly intounderlyingbytesource_autoAllocateChunkSize: (a: number) => number;
|
|
464
467
|
readonly intounderlyingbytesource_cancel: (a: number) => void;
|
|
465
468
|
readonly intounderlyingbytesource_pull: (a: number, b: any) => any;
|
|
466
469
|
readonly intounderlyingbytesource_start: (a: number, b: any) => void;
|
|
467
470
|
readonly intounderlyingbytesource_type: (a: number) => number;
|
|
468
|
-
readonly __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
|
469
|
-
readonly intounderlyingsource_cancel: (a: number) => void;
|
|
470
|
-
readonly intounderlyingsource_pull: (a: number, b: any) => any;
|
|
471
471
|
readonly task_worker_entry_point: (a: number) => [number, number];
|
|
472
|
-
readonly
|
|
473
|
-
readonly
|
|
474
|
-
readonly
|
|
475
|
-
readonly
|
|
476
|
-
readonly
|
|
477
|
-
readonly
|
|
478
|
-
readonly
|
|
472
|
+
readonly wasm_bindgen__closure__destroy__h0c356ef0a5cea603: (a: number, b: number) => void;
|
|
473
|
+
readonly wasm_bindgen__closure__destroy__hb9425d9e23a9d6e3: (a: number, b: number) => void;
|
|
474
|
+
readonly wasm_bindgen__closure__destroy__h650c11e6baa55c49: (a: number, b: number) => void;
|
|
475
|
+
readonly wasm_bindgen__convert__closures_____invoke__h05fc08dbf10243fb: (a: number, b: number, c: any, d: any) => void;
|
|
476
|
+
readonly wasm_bindgen__convert__closures_____invoke__had033df66a0cb233: (a: number, b: number, c: any) => void;
|
|
477
|
+
readonly wasm_bindgen__convert__closures_____invoke__h6c0ce486df807cd6: (a: number, b: number) => void;
|
|
478
|
+
readonly wasm_bindgen__convert__closures_____invoke__hd9d99acd02017ac0: (a: number, b: number) => void;
|
|
479
479
|
readonly __wbindgen_malloc_command_export: (a: number, b: number) => number;
|
|
480
480
|
readonly __wbindgen_realloc_command_export: (a: number, b: number, c: number, d: number) => number;
|
|
481
481
|
readonly __wbindgen_exn_store_command_export: (a: number) => void;
|
|
@@ -1257,7 +1257,7 @@ function __wbg_get_imports() {
|
|
|
1257
1257
|
const a = state0.a;
|
|
1258
1258
|
state0.a = 0;
|
|
1259
1259
|
try {
|
|
1260
|
-
return
|
|
1260
|
+
return wasm_bindgen__convert__closures_____invoke__h05fc08dbf10243fb(a, state0.b, arg0, arg1);
|
|
1261
1261
|
} finally {
|
|
1262
1262
|
state0.a = a;
|
|
1263
1263
|
}
|
|
@@ -1465,18 +1465,18 @@ function __wbg_get_imports() {
|
|
|
1465
1465
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1466
1466
|
},
|
|
1467
1467
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
1468
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1469
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1468
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4852, function: Function { arguments: [], shim_idx: 4853, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1469
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h0c356ef0a5cea603, wasm_bindgen__convert__closures_____invoke__h6c0ce486df807cd6);
|
|
1470
1470
|
return ret;
|
|
1471
1471
|
},
|
|
1472
1472
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
1473
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1474
|
-
const ret = makeClosure(arg0, arg1, wasm.
|
|
1473
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 7597, function: Function { arguments: [], shim_idx: 7598, ret: Unit, inner_ret: Some(Unit) }, mutable: false }) -> Externref`.
|
|
1474
|
+
const ret = makeClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hb9425d9e23a9d6e3, wasm_bindgen__convert__closures_____invoke__hd9d99acd02017ac0);
|
|
1475
1475
|
return ret;
|
|
1476
1476
|
},
|
|
1477
1477
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
1478
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1479
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1478
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 7620, function: Function { arguments: [Externref], shim_idx: 7621, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1479
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h650c11e6baa55c49, wasm_bindgen__convert__closures_____invoke__had033df66a0cb233);
|
|
1480
1480
|
return ret;
|
|
1481
1481
|
},
|
|
1482
1482
|
__wbindgen_cast_0000000000000004: function(arg0) {
|
|
@@ -1510,20 +1510,20 @@ function __wbg_get_imports() {
|
|
|
1510
1510
|
};
|
|
1511
1511
|
}
|
|
1512
1512
|
|
|
1513
|
-
function
|
|
1514
|
-
wasm.
|
|
1513
|
+
function wasm_bindgen__convert__closures_____invoke__h6c0ce486df807cd6(arg0, arg1) {
|
|
1514
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h6c0ce486df807cd6(arg0, arg1);
|
|
1515
1515
|
}
|
|
1516
1516
|
|
|
1517
|
-
function
|
|
1518
|
-
wasm.
|
|
1517
|
+
function wasm_bindgen__convert__closures_____invoke__hd9d99acd02017ac0(arg0, arg1) {
|
|
1518
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hd9d99acd02017ac0(arg0, arg1);
|
|
1519
1519
|
}
|
|
1520
1520
|
|
|
1521
|
-
function
|
|
1522
|
-
wasm.
|
|
1521
|
+
function wasm_bindgen__convert__closures_____invoke__had033df66a0cb233(arg0, arg1, arg2) {
|
|
1522
|
+
wasm.wasm_bindgen__convert__closures_____invoke__had033df66a0cb233(arg0, arg1, arg2);
|
|
1523
1523
|
}
|
|
1524
1524
|
|
|
1525
|
-
function
|
|
1526
|
-
wasm.
|
|
1525
|
+
function wasm_bindgen__convert__closures_____invoke__h05fc08dbf10243fb(arg0, arg1, arg2, arg3) {
|
|
1526
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h05fc08dbf10243fb(arg0, arg1, arg2, arg3);
|
|
1527
1527
|
}
|
|
1528
1528
|
|
|
1529
1529
|
|
|
Binary file
|
|
@@ -53,23 +53,23 @@ export const __wbg_intounderlyingsink_free: (a: number, b: number) => void;
|
|
|
53
53
|
export const intounderlyingsink_abort: (a: number, b: any) => any;
|
|
54
54
|
export const intounderlyingsink_close: (a: number) => any;
|
|
55
55
|
export const intounderlyingsink_write: (a: number, b: any) => any;
|
|
56
|
+
export const __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
|
57
|
+
export const intounderlyingsource_cancel: (a: number) => void;
|
|
58
|
+
export const intounderlyingsource_pull: (a: number, b: any) => any;
|
|
56
59
|
export const __wbg_intounderlyingbytesource_free: (a: number, b: number) => void;
|
|
57
60
|
export const intounderlyingbytesource_autoAllocateChunkSize: (a: number) => number;
|
|
58
61
|
export const intounderlyingbytesource_cancel: (a: number) => void;
|
|
59
62
|
export const intounderlyingbytesource_pull: (a: number, b: any) => any;
|
|
60
63
|
export const intounderlyingbytesource_start: (a: number, b: any) => void;
|
|
61
64
|
export const intounderlyingbytesource_type: (a: number) => number;
|
|
62
|
-
export const __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
|
63
|
-
export const intounderlyingsource_cancel: (a: number) => void;
|
|
64
|
-
export const intounderlyingsource_pull: (a: number, b: any) => any;
|
|
65
65
|
export const task_worker_entry_point: (a: number) => [number, number];
|
|
66
|
-
export const
|
|
67
|
-
export const
|
|
68
|
-
export const
|
|
69
|
-
export const
|
|
70
|
-
export const
|
|
71
|
-
export const
|
|
72
|
-
export const
|
|
66
|
+
export const wasm_bindgen__closure__destroy__h0c356ef0a5cea603: (a: number, b: number) => void;
|
|
67
|
+
export const wasm_bindgen__closure__destroy__hb9425d9e23a9d6e3: (a: number, b: number) => void;
|
|
68
|
+
export const wasm_bindgen__closure__destroy__h650c11e6baa55c49: (a: number, b: number) => void;
|
|
69
|
+
export const wasm_bindgen__convert__closures_____invoke__h05fc08dbf10243fb: (a: number, b: number, c: any, d: any) => void;
|
|
70
|
+
export const wasm_bindgen__convert__closures_____invoke__had033df66a0cb233: (a: number, b: number, c: any) => void;
|
|
71
|
+
export const wasm_bindgen__convert__closures_____invoke__h6c0ce486df807cd6: (a: number, b: number) => void;
|
|
72
|
+
export const wasm_bindgen__convert__closures_____invoke__hd9d99acd02017ac0: (a: number, b: number) => void;
|
|
73
73
|
export const __wbindgen_malloc_command_export: (a: number, b: number) => number;
|
|
74
74
|
export const __wbindgen_realloc_command_export: (a: number, b: number, c: number, d: number) => number;
|
|
75
75
|
export const __wbindgen_exn_store_command_export: (a: number) => void;
|