Rust-wasm 0.1.0

A sample project with wasm-pack
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "Rust-wasm",
  "description": "A sample project with wasm-pack",
  "version": "0.1.0",
  "license": "MIT/Apache-2.0",
  "files": [
    "index_bg.wasm",
    "index.js",
    "index_bg.js",
    "index.d.ts"
  ],
  "module": "index.js",
  "types": "index.d.ts",
  "sideEffects": false
}