@octoseq/visualiser 0.1.0-main.12a0b5d → 0.1.0-main.13fb96d
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 +7 -7
- package/pkg/visualiser_bg.wasm +0 -0
package/package.json
CHANGED
package/pkg/visualiser.js
CHANGED
|
@@ -1954,13 +1954,8 @@ function __wbg_get_imports() {
|
|
|
1954
1954
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
1955
1955
|
return ret;
|
|
1956
1956
|
};
|
|
1957
|
-
imports.wbg.
|
|
1958
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1959
|
-
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__heb49a8f426ac2d2e, wasm_bindgen__convert__closures_____invoke__h9d1c5a23ecfcd5c8);
|
|
1960
|
-
return ret;
|
|
1961
|
-
};
|
|
1962
|
-
imports.wbg.__wbindgen_cast_ad7098fabcb3be64 = function(arg0, arg1) {
|
|
1963
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 3454, function: Function { arguments: [Externref], shim_idx: 3455, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1957
|
+
imports.wbg.__wbindgen_cast_2333b3608fbc743e = function(arg0, arg1) {
|
|
1958
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 3350, function: Function { arguments: [Externref], shim_idx: 3351, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1964
1959
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hf5eaa61ced318e08, wasm_bindgen__convert__closures_____invoke__h53437a38721e89f7);
|
|
1965
1960
|
return ret;
|
|
1966
1961
|
};
|
|
@@ -1974,6 +1969,11 @@ function __wbg_get_imports() {
|
|
|
1974
1969
|
const ret = arg0;
|
|
1975
1970
|
return ret;
|
|
1976
1971
|
};
|
|
1972
|
+
imports.wbg.__wbindgen_cast_ea9285cdd7217b41 = function(arg0, arg1) {
|
|
1973
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 3218, function: Function { arguments: [NamedExternref("GPUUncapturedErrorEvent")], shim_idx: 3219, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1974
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__heb49a8f426ac2d2e, wasm_bindgen__convert__closures_____invoke__h9d1c5a23ecfcd5c8);
|
|
1975
|
+
return ret;
|
|
1976
|
+
};
|
|
1977
1977
|
imports.wbg.__wbindgen_init_externref_table = function() {
|
|
1978
1978
|
const table = wasm.__wbindgen_externrefs;
|
|
1979
1979
|
const offset = table.grow(4);
|
package/pkg/visualiser_bg.wasm
CHANGED
|
Binary file
|