@octoseq/visualiser 0.1.0-main.20e9ed7 → 0.1.0-main.26cefa1
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/package.json +1 -1
- package/pkg/visualiser.js +4 -4
- package/pkg/visualiser_bg.wasm +0 -0
package/package.json
CHANGED
package/pkg/visualiser.js
CHANGED
|
@@ -1368,13 +1368,13 @@ function __wbg_get_imports() {
|
|
|
1368
1368
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
1369
1369
|
return ret;
|
|
1370
1370
|
};
|
|
1371
|
-
imports.wbg.
|
|
1372
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1371
|
+
imports.wbg.__wbindgen_cast_3ab85374d1bc89a0 = function(arg0, arg1) {
|
|
1372
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2084, function: Function { arguments: [NamedExternref("GPUUncapturedErrorEvent")], shim_idx: 2085, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1373
1373
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__heb49a8f426ac2d2e, wasm_bindgen__convert__closures_____invoke__h9d1c5a23ecfcd5c8);
|
|
1374
1374
|
return ret;
|
|
1375
1375
|
};
|
|
1376
|
-
imports.wbg.
|
|
1377
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1376
|
+
imports.wbg.__wbindgen_cast_c8fd0bbc5dfe7a9b = function(arg0, arg1) {
|
|
1377
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2218, function: Function { arguments: [Externref], shim_idx: 2219, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1378
1378
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hf5eaa61ced318e08, wasm_bindgen__convert__closures_____invoke__h53437a38721e89f7);
|
|
1379
1379
|
return ret;
|
|
1380
1380
|
};
|
package/pkg/visualiser_bg.wasm
CHANGED
|
Binary file
|