$ npm i webassembly
Showing
.gitignore
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
... | ... | @@ -20,5 +20,8 @@ |
"bugs": { | ||
"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