@lynx-js/web-core-server-canary 0.19.6-canary-20260122-f7133c13 → 0.19.6-canary-20260123-01c77389

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lynx-js/web-core-server
2
2
 
3
- ## 0.19.6-canary-20260122140843-f7133c137f094063e991dfa0e993ea92177aa173
3
+ ## 0.19.6-canary-20260123084618-01c77389764854235c8fb342680143b565f55877
4
4
 
5
5
  ## 0.19.5
6
6
 
package/dist/27.js CHANGED
@@ -20,6 +20,7 @@ __webpack_require__.add({
20
20
  },
21
21
  "../../../node_modules/.pnpm/wasm-feature-detect@1.8.0/node_modules/wasm-feature-detect/dist/esm/index.js" (__unused_rspack___webpack_module__, __webpack_exports__, __webpack_require__) {
22
22
  __webpack_require__.d(__webpack_exports__, {
23
+ oR: ()=>simd,
23
24
  rO: ()=>referenceTypes
24
25
  });
25
26
  const referenceTypes = async ()=>WebAssembly.validate(new Uint8Array([
@@ -50,6 +51,38 @@ __webpack_require__.add({
50
51
  112,
51
52
  26,
52
53
  11
54
+ ])), simd = async ()=>WebAssembly.validate(new Uint8Array([
55
+ 0,
56
+ 97,
57
+ 115,
58
+ 109,
59
+ 1,
60
+ 0,
61
+ 0,
62
+ 0,
63
+ 1,
64
+ 5,
65
+ 1,
66
+ 96,
67
+ 0,
68
+ 1,
69
+ 123,
70
+ 3,
71
+ 2,
72
+ 1,
73
+ 0,
74
+ 10,
75
+ 10,
76
+ 1,
77
+ 8,
78
+ 0,
79
+ 65,
80
+ 0,
81
+ 253,
82
+ 15,
83
+ 253,
84
+ 98,
85
+ 11
53
86
  ]));
54
87
  },
55
88
  "../web-mainthread-apis/binary/standard.js" (__webpack_module__, __webpack_exports__, __webpack_require__) {
@@ -1871,8 +1904,11 @@ __webpack_require__.add({
1871
1904
  var wasm_feature_detect__rspack_import_0 = __webpack_require__("../../../node_modules/.pnpm/wasm-feature-detect@1.8.0/node_modules/wasm-feature-detect/dist/esm/index.js");
1872
1905
  let wasm;
1873
1906
  async function initWasm() {
1874
- const supportsReferenceTypes = await (0, wasm_feature_detect__rspack_import_0.rO)();
1875
- 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"));
1907
+ const [supportsReferenceTypes, supportsSimd] = await Promise.all([
1908
+ (0, wasm_feature_detect__rspack_import_0.rO)(),
1909
+ (0, wasm_feature_detect__rspack_import_0.oR)()
1910
+ ]);
1911
+ wasm = supportsReferenceTypes && supportsSimd ? 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"));
1876
1912
  }
1877
1913
  await initWasm();
1878
1914
  __rspack_async_done();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-core-server-canary",
3
- "version": "0.19.6-canary-20260122-f7133c13",
3
+ "version": "0.19.6-canary-20260123-01c77389",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [],
@@ -25,11 +25,11 @@
25
25
  "devDependencies": {
26
26
  "rsbuild-plugin-arethetypeswrong": "0.1.1",
27
27
  "rsbuild-plugin-publint": "0.3.3",
28
- "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.19.6-canary-20260122-f7133c13",
28
+ "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.19.6-canary-20260123-01c77389",
29
+ "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.19.6-canary-20260123-01c77389",
29
30
  "@lynx-js/web-elements": "npm:@lynx-js/web-elements-canary@0.11.0",
30
- "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.19.6-canary-20260122-f7133c13",
31
- "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.19.6-canary-20260122-f7133c13",
32
- "@lynx-js/offscreen-document": "npm:@lynx-js/offscreen-document-canary@0.1.4"
31
+ "@lynx-js/offscreen-document": "npm:@lynx-js/offscreen-document-canary@0.1.4",
32
+ "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.19.6-canary-20260123-01c77389"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "rslib build",