webgl2 1.0.18

WebGL2 shader compiler, emulator, and debugger
Documentation
{
  "name": "webgl2",
  "version": "1.0.18",
  "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 && node -e \"fs.copyFileSync('target/wasm32-unknown-unknown/release/webgl2.wasm', 'webgl2.wasm')\"",
    "prepublishOnly": "npm run build",
    "test": "node --test test/*.test.js",
    "test:smoke": "npm run build && node ./test/smoke.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mavity/webgl2"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "homepage": "https://github.com/mavity/webgl2#readme"
  ,
  "files": [
    "index.js",
    "src/*.js",
    "wasm",
    "README.md",
    "LICENSE"
  ]
}