cuda-rust-wasm 0.1.7

CUDA to Rust transpiler with WebGPU/WASM support
Documentation
{
  "name": "cuda-rust-wasm-basic-vector-ops",
  "version": "1.0.0",
  "description": "Basic vector operations using CUDA-Rust-WASM",
  "main": "src/index.js",
  "scripts": {
    "build": "cuda-rust-wasm transpile kernels/*.cu -o dist/",
    "start": "node src/index.js",
    "test": "jest",
    "benchmark": "node src/benchmark.js"
  },
  "dependencies": {
    "cuda-rust-wasm": "^0.1.0"
  },
  "devDependencies": {
    "jest": "^29.0.0"
  },
  "keywords": ["cuda", "webassembly", "gpu", "vector-operations"],
  "author": "VibeCast Team",
  "license": "MIT"
}