@titanpl/engine-win32-x64 26.16.0 → 26.16.4

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.
Files changed (2) hide show
  1. package/README.md +11 -0
  2. package/package.json +2 -2
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # @titanpl/engine-win32-x64
2
+
3
+ The Windows x64 pre-compiled native engine binary for Titan Planet.
4
+
5
+ ## What it works (What it does)
6
+ This module provides the highly concurrent Rust-based server binary (`titan.exe`) powered by Axum and Boa. It removes the necessity of a Node.js event loop by only executing static routes in Rust and specific dynamic logic in embedded JavaScript.
7
+
8
+ ## How it works
9
+ Like the other engine packages, this works entirely behind the scenes. When `@titanpl/cli` is installed on a Windows instance, it fetches this `.exe` runtime. The CLI then maps your built assets and JS routes into the binary for deployment.
10
+
11
+ **Important Note:** Currently, Titan Planet and its entire package ecosystem are only for Windows. The Linux version is in development (dev only) for the new architecture and will be launched later.
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@titanpl/engine-win32-x64",
3
- "version": "26.16.0",
3
+ "version": "26.16.4",
4
4
  "os": [
5
5
  "win32"
6
6
  ],
7
7
  "cpu": [
8
8
  "x64"
9
9
  ]
10
- }
10
+ }