@rkat/web 0.6.31 → 0.6.32
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
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.32';
|
|
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": "99c3eed724f5fc1474533f6a81e90093b1894fc96807d1417c4789f2200ee8b7",
|
|
3
3
|
"input_count": 637,
|
|
4
|
-
"built_at": "2026-06-
|
|
4
|
+
"built_at": "2026-06-02T12:58:45.748Z"
|
|
5
5
|
}
|
|
@@ -1465,17 +1465,17 @@ 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:
|
|
1468
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4867, function: Function { arguments: [], shim_idx: 4868, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1469
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:
|
|
1473
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 7612, function: Function { arguments: [], shim_idx: 7613, ret: Unit, inner_ret: Some(Unit) }, mutable: false }) -> Externref`.
|
|
1474
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:
|
|
1478
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 7635, function: Function { arguments: [Externref], shim_idx: 7636, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1479
1479
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h650c11e6baa55c49, wasm_bindgen__convert__closures_____invoke__had033df66a0cb233);
|
|
1480
1480
|
return ret;
|
|
1481
1481
|
},
|
|
Binary file
|