CoolFace
Apppublic

fco-dev/test-wasm-rust

sourceHugging Faceupdated 3y agoView on Hugging Face
1likes
package.json18 linesDownload Raw Back to pkg
1{2  "name": "rust-webpack-template",3  "collaborators": [4    "You <you@example.com>"5  ],6  "description": "My super awesome Rust, WebAssembly, and Webpack project!",7  "version": "0.1.0",8  "files": [9    "rust_webpack_template_bg.wasm",10    "rust_webpack_template.js",11    "rust_webpack_template.d.ts"12  ],13  "module": "rust_webpack_template.js",14  "types": "rust_webpack_template.d.ts",15  "sideEffects": [16    "./snippets/*"17  ]18}