Socket
Book a DemoSign in
Socket

bun-webgpu

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bun-webgpu - npm Package Compare versions

Comparing version
0.1.2
to
0.1.3
+8
-8
package.json

@@ -7,3 +7,3 @@ {

"type": "module",
"version": "0.1.2",
"version": "0.1.3",
"description": "Native WebGPU implementation for Bun runtime",

@@ -20,9 +20,9 @@ "keywords": [

"author": "SST",
"homepage": "https://github.com/sst/bun-webgpu",
"homepage": "https://github.com/kommander/bun-webgpu",
"repository": {
"type": "git",
"url": "https://github.com/sst/bun-webgpu"
"url": "https://github.com/kommander/bun-webgpu"
},
"bugs": {
"url": "https://github.com/sst/bun-webgpu/issues"
"url": "https://github.com/kommander/bun-webgpu/issues"
},

@@ -40,7 +40,7 @@ "exports": {

"optionalDependencies": {
"bun-webgpu-darwin-x64": "^0.1.2",
"bun-webgpu-darwin-arm64": "^0.1.2",
"bun-webgpu-linux-x64": "^0.1.2",
"bun-webgpu-win32-x64": "^0.1.2"
"bun-webgpu-darwin-x64": "^0.1.3",
"bun-webgpu-darwin-arm64": "^0.1.3",
"bun-webgpu-linux-x64": "^0.1.3",
"bun-webgpu-win32-x64": "^0.1.3"
}
}

@@ -30,3 +30,3 @@ # bun-webgpu

* **Pre-built Dawn Libraries**: This project relies on pre-built Dawn libraries.
* See [packages/bun-webgpu/dawn/README.md](https://github.com/sst/bun-webgpu/blob/HEAD/dawn/README.md) for details on how to download the required Dawn shared libraries.
* See [packages/bun-webgpu/dawn/README.md](https://github.com/kommander/bun-webgpu/blob/HEAD/dawn/README.md) for details on how to download the required Dawn shared libraries.
* Basically just run `bun run ./dawn/download_artifacts.ts`

@@ -33,0 +33,0 @@