@kreuzberg/wasm 4.2.6 → 4.2.7
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/README.md
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
<img src="https://img.shields.io/maven-central/v/dev.kreuzberg/kreuzberg?label=Java&color=007ec6" alt="Java">
|
|
23
23
|
</a>
|
|
24
24
|
<a href="https://github.com/kreuzberg-dev/kreuzberg/releases">
|
|
25
|
-
<img src="https://img.shields.io/github/v/tag/kreuzberg-dev/kreuzberg?label=Go&color=007ec6&filter=v4.2.
|
|
25
|
+
<img src="https://img.shields.io/github/v/tag/kreuzberg-dev/kreuzberg?label=Go&color=007ec6&filter=v4.2.7" alt="Go">
|
|
26
26
|
</a>
|
|
27
27
|
<a href="https://www.nuget.org/packages/Kreuzberg/">
|
|
28
28
|
<img src="https://img.shields.io/nuget/v/Kreuzberg?label=C%23&color=007ec6" alt="C#">
|
package/dist/pkg/README.md
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
<img src="https://img.shields.io/maven-central/v/dev.kreuzberg/kreuzberg?label=Java&color=007ec6" alt="Java">
|
|
23
23
|
</a>
|
|
24
24
|
<a href="https://github.com/kreuzberg-dev/kreuzberg/releases">
|
|
25
|
-
<img src="https://img.shields.io/github/v/tag/kreuzberg-dev/kreuzberg?label=Go&color=007ec6&filter=v4.2.
|
|
25
|
+
<img src="https://img.shields.io/github/v/tag/kreuzberg-dev/kreuzberg?label=Go&color=007ec6&filter=v4.2.7" alt="Go">
|
|
26
26
|
</a>
|
|
27
27
|
<a href="https://www.nuget.org/packages/Kreuzberg/">
|
|
28
28
|
<img src="https://img.shields.io/nuget/v/Kreuzberg?label=C%23&color=007ec6" alt="C#">
|
|
@@ -1492,7 +1492,7 @@ function __wbg_get_imports() {
|
|
|
1492
1492
|
console.warn(arg0);
|
|
1493
1493
|
},
|
|
1494
1494
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
1495
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1495
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2006, function: Function { arguments: [Externref], shim_idx: 2007, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1496
1496
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_646346ab4209139b___closure__destroy___dyn_core_dde6c4b55a98adc4___ops__function__FnMut__wasm_bindgen_646346ab4209139b___JsValue____Output_______, wasm_bindgen_646346ab4209139b___convert__closures_____invoke___wasm_bindgen_646346ab4209139b___JsValue_____);
|
|
1497
1497
|
return ret;
|
|
1498
1498
|
},
|
|
@@ -1486,7 +1486,7 @@ export function __wbg_warn_f7ae1b2e66ccb930(arg0) {
|
|
|
1486
1486
|
console.warn(arg0);
|
|
1487
1487
|
}
|
|
1488
1488
|
export function __wbindgen_cast_0000000000000001(arg0, arg1) {
|
|
1489
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1489
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2006, function: Function { arguments: [Externref], shim_idx: 2007, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1490
1490
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_646346ab4209139b___closure__destroy___dyn_core_dde6c4b55a98adc4___ops__function__FnMut__wasm_bindgen_646346ab4209139b___JsValue____Output_______, wasm_bindgen_646346ab4209139b___convert__closures_____invoke___wasm_bindgen_646346ab4209139b___JsValue_____);
|
|
1491
1491
|
return ret;
|
|
1492
1492
|
}
|
|
Binary file
|
package/dist/pkg/package.json
CHANGED