@deepstrike/core-win32-x64-msvc 0.1.3 → 0.1.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 +20 -1
- package/deepstrike-core.win32-x64-msvc.node +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
1
|
# `@deepstrike/core-win32-x64-msvc`
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Platform-specific native addon for [`@deepstrike/core`](https://www.npmjs.com/package/@deepstrike/core).
|
|
4
|
+
|
|
5
|
+
- **Platform:** Windows x64 (MSVC)
|
|
6
|
+
- **Target triple:** `x86_64-pc-windows-msvc`
|
|
7
|
+
|
|
8
|
+
## Do not install directly
|
|
9
|
+
|
|
10
|
+
This package is an internal binary dependency. Install [`@deepstrike/sdk`](https://www.npmjs.com/package/@deepstrike/sdk) instead — the correct platform package is selected and installed automatically via `optionalDependencies`.
|
|
11
|
+
|
|
12
|
+
```bash
|
|
13
|
+
npm install @deepstrike/sdk
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
## How it works
|
|
17
|
+
|
|
18
|
+
`@deepstrike/core` loads this package at runtime when running on Windows x64. The `.node` file is a compiled Rust extension built with [napi-rs](https://napi.rs) that exposes the DeepStrike kernel (loop control, context compression, governance, signal routing) to Node.js.
|
|
19
|
+
|
|
20
|
+
## License
|
|
21
|
+
|
|
22
|
+
Apache-2.0 OR MIT
|
|
Binary file
|