webgl2 1.0.5

WebGL2 shader compiler, emulator, and debugger
Documentation
{
  "name": "webgl2",
  "version": "1.0.5",
  "description": "WebGL2 tools to derisk large GPU projects on the web beyond toys and demos.",
  "type": "module",
  "main": "index.js",
  "scripts": {
  "start": "node ./index.js",
    "build": "cargo build --target wasm32-unknown-unknown --release && cp target/wasm32-unknown-unknown/release/*.wasm .",
    "prepublishOnly": "npm run build",
    "test": "node --test test/*.test.js --parallel=1",
    "test:smoke": "npm run build:wasm && node ./test/smoke.js"
  },
  "wasmBuild": {
    "outDir": "wasm",
    "target": "wasm32-unknown-unknown",
    "profile": "release"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mavity/mavity"
  },
  "keywords": [],
  "author": "",
  "license": "TBD",
  "bugs": {
    "url": "https://github.com/mavity/mavity/issues"
  },
  "homepage": "https://github.com/mavity/mavity#readme"
  ,
  "files": [
    "index.js",
    "wasm",
    "README.md",
    "LICENSE"
  ]
}