$ npm i webassembly
Showing
.gitignore
0 → 100644
package-lock.json
0 → 100644
... | @@ -20,5 +20,8 @@ | ... | @@ -20,5 +20,8 @@ |
"bugs": { | "bugs": { | ||
"url": "https://github.com/NagayamaRyoga/zlib-wasm/issues" | "url": "https://github.com/NagayamaRyoga/zlib-wasm/issues" | ||
}, | }, | ||
"homepage": "https://github.com/NagayamaRyoga/zlib-wasm#readme" | "homepage": "https://github.com/NagayamaRyoga/zlib-wasm#readme", | ||
"dependencies": { | |||
"webassembly": "^0.11.0" | |||
} | |||
} | } |
Please register or sign in to comment