@vgpu/adapter-node 0.0.6 → 0.0.8
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @vgpu/adapter-node
|
|
2
2
|
|
|
3
|
-
> 0.0.
|
|
3
|
+
> 0.0.8 — early preview
|
|
4
4
|
|
|
5
5
|
`@vgpu/adapter-node` connects vgpu to Node.js runtimes through the `webgpu` package's Dawn native prebuild. It exposes both a reusable adapter for `App.create()` and a convenience helper that creates a `Device` directly, making it the package to use for server-side rendering, CI image generation, and serverless deployments. This package depends on `webgpu@0.4.0`, and the release target includes linux-arm64 prebuilt support.
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vgpu/adapter-node",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"description": "Node.js GPU adapter for vgpu, using Dawn-based WebGPU bindings.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webgpu",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"webgpu": "0.4.0",
|
|
45
|
-
"@vgpu/core": "0.0.
|
|
45
|
+
"@vgpu/core": "0.0.8"
|
|
46
46
|
},
|
|
47
47
|
"vgpuBundleBudgetGzipBytes": 30720,
|
|
48
48
|
"scripts": {
|