@lynx-js/web-core-server-canary 0.19.4-canary-20260104-f4b90f3a → 0.19.5-canary-20260107-78c21890
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/CHANGELOG.md +3 -1
- package/dist/131.js +1389 -0
- package/dist/27.js +5 -7
- package/dist/index.js +1 -1505
- package/dist/legacy-wasm-chunk.js +3 -6
- package/dist/rslib-runtime.js +155 -0
- package/package.json +5 -5
package/dist/27.js
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
];
|
|
5
|
-
export const __webpack_modules__ = {
|
|
1
|
+
import { __webpack_require__ } from "./rslib-runtime.js";
|
|
2
|
+
import "./131.js";
|
|
3
|
+
__webpack_require__.add({
|
|
6
4
|
"../../../node_modules/.pnpm/hyphenate-style-name@1.1.0/node_modules/hyphenate-style-name/index.js" (__unused_rspack_module, __webpack_exports__, __webpack_require__) {
|
|
7
5
|
__webpack_require__.d(__webpack_exports__, {
|
|
8
6
|
A: ()=>__rspack_default_export
|
|
@@ -1792,7 +1790,7 @@ export const __webpack_modules__ = {
|
|
|
1792
1790
|
let wasm;
|
|
1793
1791
|
async function initWasm() {
|
|
1794
1792
|
const supportsReferenceTypes = await (0, wasm_feature_detect__rspack_import_0.rO)();
|
|
1795
|
-
wasm = supportsReferenceTypes ? await Promise.resolve().then(__webpack_require__.bind(__webpack_require__, "../web-mainthread-apis/wasm/standard.js")) : await
|
|
1793
|
+
wasm = supportsReferenceTypes ? await Promise.resolve().then(__webpack_require__.bind(__webpack_require__, "../web-mainthread-apis/wasm/standard.js")) : await import("./legacy-wasm-chunk.js").then(__webpack_require__.bind(__webpack_require__, "../web-mainthread-apis/wasm/legacy.js"));
|
|
1796
1794
|
}
|
|
1797
1795
|
await initWasm();
|
|
1798
1796
|
__rspack_async_done();
|
|
@@ -1838,6 +1836,6 @@ export const __webpack_modules__ = {
|
|
|
1838
1836
|
}
|
|
1839
1837
|
});
|
|
1840
1838
|
}
|
|
1841
|
-
};
|
|
1839
|
+
});
|
|
1842
1840
|
|
|
1843
1841
|
//# sourceMappingURL=27.js.map
|