Registry / networking / deno-webgpu

deno-webgpu

JSON →
library0.217.0rscratesunverified

WebGPU implementation for Deno, providing GPU compute and rendering capabilities.

# Cargo.toml [dependencies] deno_webgpu = "0.217.0"
INSTALL
IMPORT
SIG · DENO-WEBGPU
D
deno-webgpu
networkingrustv0.217.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

WebGPU
✓ use deno_webgpu::WebGPU;

Initializes the WebGPU instance.

use deno_webgpu::WebGPU; let webgpu = WebGPU::new(); println!("WebGPU initialized");
Debug
Known issues
gotchaRequires Deno runtime; not standalone.
fix
Use within a Deno environment.
affects: >=0.200.0
Upgrade
Version history
0.217.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
11
OpenAI (training)
1
Resources
deno-webgpu — cargo add deno-webgpu · libregistry