@docmentis/udoc-viewer 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/package.json +1 -1
- package/dist/src/UDocClient.js +1 -1
- package/dist/src/UDocViewer.js +1 -1
- package/dist/src/wasm/udoc.d.ts +229 -221
- package/dist/src/wasm/udoc.js +8 -8
- package/dist/src/wasm/udoc_bg.wasm +0 -0
- package/dist/src/wasm/udoc_bg.wasm.d.ts +3 -3
- package/dist/src/worker/worker-inline.js +1 -1
- package/dist/src/worker/worker.js +7 -7
- package/package.json +1 -1
package/dist/src/wasm/udoc.js
CHANGED
|
@@ -269,12 +269,12 @@ if (!('encodeInto' in cachedTextEncoder)) {
|
|
|
269
269
|
|
|
270
270
|
let WASM_VECTOR_LEN = 0;
|
|
271
271
|
|
|
272
|
-
function
|
|
273
|
-
wasm.
|
|
272
|
+
function __wasm_bindgen_func_elem_4194(arg0, arg1, arg2) {
|
|
273
|
+
wasm.__wasm_bindgen_func_elem_4194(arg0, arg1, addHeapObject(arg2));
|
|
274
274
|
}
|
|
275
275
|
|
|
276
|
-
function
|
|
277
|
-
wasm.
|
|
276
|
+
function __wasm_bindgen_func_elem_22463(arg0, arg1, arg2, arg3) {
|
|
277
|
+
wasm.__wasm_bindgen_func_elem_22463(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
278
278
|
}
|
|
279
279
|
|
|
280
280
|
const __wbindgen_enum_GpuBufferBindingType = ["uniform", "storage", "read-only-storage"];
|
|
@@ -2099,7 +2099,7 @@ function __wbg_get_imports() {
|
|
|
2099
2099
|
const a = state0.a;
|
|
2100
2100
|
state0.a = 0;
|
|
2101
2101
|
try {
|
|
2102
|
-
return
|
|
2102
|
+
return __wasm_bindgen_func_elem_22463(a, state0.b, arg0, arg1);
|
|
2103
2103
|
} finally {
|
|
2104
2104
|
state0.a = a;
|
|
2105
2105
|
}
|
|
@@ -2589,9 +2589,9 @@ function __wbg_get_imports() {
|
|
|
2589
2589
|
const ret = arg0;
|
|
2590
2590
|
return addHeapObject(ret);
|
|
2591
2591
|
};
|
|
2592
|
-
imports.wbg.
|
|
2593
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
2594
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
2592
|
+
imports.wbg.__wbindgen_cast_e9aaf3c74dd8443a = function(arg0, arg1) {
|
|
2593
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 262, function: Function { arguments: [Externref], shim_idx: 263, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2594
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_4178, __wasm_bindgen_func_elem_4194);
|
|
2595
2595
|
return addHeapObject(ret);
|
|
2596
2596
|
};
|
|
2597
2597
|
imports.wbg.__wbindgen_object_clone_ref = function(arg0) {
|
|
Binary file
|
|
@@ -50,9 +50,9 @@ export const wasm_set_license: (a: number, b: number, c: number) => number;
|
|
|
50
50
|
export const wasm_set_visibility_group_visible: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
51
51
|
export const wasm_setup_telemetry: (a: number, b: number, c: number) => void;
|
|
52
52
|
export const wasm_viewer_preferences: (a: number, b: number, c: number, d: number) => void;
|
|
53
|
-
export const
|
|
54
|
-
export const
|
|
55
|
-
export const
|
|
53
|
+
export const __wasm_bindgen_func_elem_4194: (a: number, b: number, c: number) => void;
|
|
54
|
+
export const __wasm_bindgen_func_elem_4178: (a: number, b: number) => void;
|
|
55
|
+
export const __wasm_bindgen_func_elem_22463: (a: number, b: number, c: number, d: number) => void;
|
|
56
56
|
export const __wbindgen_export: (a: number, b: number) => number;
|
|
57
57
|
export const __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
58
58
|
export const __wbindgen_export3: (a: number) => void;
|