{"_id":"@banyudu/hello-wasm","_rev":"7-f3db1b9a0d83943ecb58a342c501a9a0","name":"@banyudu/hello-wasm","dist-tags":{"latest":"0.1.0","nodejs":"0.2.0","web":"0.2.1"},"versions":{"0.1.0":{"name":"@banyudu/hello-wasm","collaborators":["Yudu Ban <banyudu@gmail.com>"],"version":"0.1.0","module":"hello_wasm.js","types":"hello_wasm.d.ts","sideEffects":false,"description":"<div align=\"center\">","_id":"@banyudu/hello-wasm@0.1.0","_nodeVersion":"14.16.0","_npmVersion":"7.20.6","dist":{"integrity":"sha512-hT5VbzBdhFAHeYpEnKc7rIctUOD5QboKqrcYzS0lO7S5I/LoO77m0MTCsAPzpt/Rpa+S4Asy58gy6mumox6G3w==","shasum":"0946008c7007e43674e34898f244ec0771d309ba","tarball":"https://registry.npmjs.org/@banyudu/hello-wasm/-/hello-wasm-0.1.0.tgz","fileCount":6,"unpackedSize":3741,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhG2bWCRA9TVsSAnZWagAAA20P/2Z1+N13b++sMG+7d86m\nr5JqKbgSNcpiRH5aWTNMnJWxvsuRBWDPbBQRDSu/lxgMgE35u5BcGPVHbmj7\nmWBa+KXnFs4a3QzaegCdOWCPwHiDa2DIbKgrtG87WoegoxwvtdcKPaPkmxlB\ntAG0a9I0VARrzBWoHElqH3yKsO8beh03UjbfdRpJL0iQ+LUgoqxtQbPHrfym\nN3uROo11sWYpsn+nb418B1qnFZfDrJUBpDrykm+ltTP0NkEHdMMr62V3Alfd\nh4T+A0u32Zz+UqOJJzkgb81YyOLLin2kAtJ0QnQC9QJ5liclwqkmmQGt8nye\npMK6DHOYMNiT5nLPqLWMliPoCrXIJNQq8uUW0kFmq4w9eyPn6fWqcXC+Mas7\nViv9ADT5/FUOy4QDlNPYThUPihgT5bzWT1dypTAHHkMmpxFK3+XfSK54bN3C\nfw04vCalgyjB9kjf5/rF2mX64Y0KpVOVEWgFQkCWbDXzyMSyRUwOGRPgHG9g\nESDWUtgc/NhTYlLO4WrT+wqMLh/LpW/6CrxX0odxD+MnTmYtY3Fr5FbPFfA2\nTdHr6lpGOZlawxZNO3l33bQ/u4k6V5F6d6ej2WmWdWUfPsgBPk2/ocKnR9Qa\n/dMKnNGSshUuhfK/otSBOWHW4LmxZmVSj7xZAvJpo3/YCsGPd7/XXjSRJY0J\nMwsn\r\n=r0ms\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDZBPkZBINw6Kr+nzGxba7a5zbSTgW3ZsnRV6Wuq0zgJAIhANTHp6/sXl6s6n6SKxly2FaI0JrZYGDN9PS1mO8/fOvV"}]},"_npmUser":{"name":"banyudu","email":"banyudu@gmail.com"},"directories":{},"maintainers":[{"name":"banyudu","email":"banyudu@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hello-wasm_0.1.0_1629185750509_0.9610083353078431"},"_hasShrinkwrap":false},"0.1.2":{"name":"@banyudu/hello-wasm","collaborators":["Yudu Ban <banyudu@gmail.com>"],"version":"0.1.2","module":"hello_wasm.js","types":"hello_wasm.d.ts","sideEffects":false,"readme":"<div align=\"center\">\n\n  <h1><code>wasm-pack-template</code></h1>\n\n  <strong>A template for kick starting a Rust and WebAssembly project using <a href=\"https://github.com/rustwasm/wasm-pack\">wasm-pack</a>.</strong>\n\n  <p>\n    <a href=\"https://travis-ci.org/rustwasm/wasm-pack-template\"><img src=\"https://img.shields.io/travis/rustwasm/wasm-pack-template.svg?style=flat-square\" alt=\"Build Status\" /></a>\n  </p>\n\n  <h3>\n    <a href=\"https://rustwasm.github.io/docs/wasm-pack/tutorials/npm-browser-packages/index.html\">Tutorial</a>\n    <span> | </span>\n    <a href=\"https://discordapp.com/channels/442252698964721669/443151097398296587\">Chat</a>\n  </h3>\n\n  <sub>Built with 🦀🕸 by <a href=\"https://rustwasm.github.io/\">The Rust and WebAssembly Working Group</a></sub>\n</div>\n\n## About\n\n[**📚 Read this template tutorial! 📚**][template-docs]\n\nThis template is designed for compiling Rust libraries into WebAssembly and\npublishing the resulting package to NPM.\n\nBe sure to check out [other `wasm-pack` tutorials online][tutorials] for other\ntemplates and usages of `wasm-pack`.\n\n[tutorials]: https://rustwasm.github.io/docs/wasm-pack/tutorials/index.html\n[template-docs]: https://rustwasm.github.io/docs/wasm-pack/tutorials/npm-browser-packages/index.html\n\n## 🚴 Usage\n\n### 🐑 Use `cargo generate` to Clone this Template\n\n[Learn more about `cargo generate` here.](https://github.com/ashleygwilliams/cargo-generate)\n\n```\ncargo generate --git https://github.com/rustwasm/wasm-pack-template.git --name my-project\ncd my-project\n```\n\n### 🛠️ Build with `wasm-pack build`\n\n```\nwasm-pack build\n```\n\n### 🔬 Test in Headless Browsers with `wasm-pack test`\n\n```\nwasm-pack test --headless --firefox\n```\n\n### 🎁 Publish to NPM with `wasm-pack publish`\n\n```\nwasm-pack publish\n```\n\n## 🔋 Batteries Included\n\n* [`wasm-bindgen`](https://github.com/rustwasm/wasm-bindgen) for communicating\n  between WebAssembly and JavaScript.\n* [`console_error_panic_hook`](https://github.com/rustwasm/console_error_panic_hook)\n  for logging panic messages to the developer console.\n* [`wee_alloc`](https://github.com/rustwasm/wee_alloc), an allocator optimized\n  for small code size.\n","readmeFilename":"README.md","description":"<div align=\"center\">","_id":"@banyudu/hello-wasm@0.1.2","_nodeVersion":"14.16.0","_npmVersion":"7.20.6","dist":{"integrity":"sha512-jlHOYx2/8Emo5cnN9aMFJNm+2t2Qm9IK8gfXDA0BHX1zMxX09J2O4hXcdJTrdh7//eh6tyjqHkVKbffSGWpnvQ==","shasum":"13c159afc3a13a7a1a9df5cae75f858c57f6fded","tarball":"https://registry.npmjs.org/@banyudu/hello-wasm/-/hello-wasm-0.1.2.tgz","fileCount":6,"unpackedSize":38780,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJMcDCRA9TVsSAnZWagAAv2YQAIGuqmwgXlGDl4N8jlHR\nG5arL/GxuPqN0tqLyWo5OaAaK7wiLrwaoUfsGEaS+0U8S7E2xe4CX0/uiw20\nA6/+N68UebqwDSFZ2MHfKpgfWg8oX9GmyTIgspeY9HVpHYl1wfipwhLx8jyp\n+Q7hQJ0WzRaYTd0Zqwi7D58+NS9bVoeBCAAmS0+9CksQW7QbS+sNTChnQZC9\nr5FxVo7x+WdQwd2bnhu6aOMWX6/gddevwSsPhkWK+JdQMRFyoVwh4xUbxM8R\nb9jjkbx9ed2QkH670IOOXTD1HDN9Jw69WCOOHKIUcCJfOwt04BAQKfsyhu6U\nxB/rnniOgdSp8pRWK50LvDesEMpvnguhW+I9B2uZ5byEbI8xE/FwBBZrEBoA\n2Jo6N8vAmrBZYV6Zwuz3JWbJYf51VlNwJpVzz5r/M/qF3hMyfuwgY5YC56nM\nep6zZt6XAW4wLeTK/XpMYwSM1qWCu7v0YWRkpApFkxbrmmz7KjcgtHco1dLB\nPKneHO4JDxJ1X3y592SODXz0NVUZzeiNu2cAC8XJmOHDNrJy9Wa2wOdY2gEG\nZsH8DAGK8xRbVHf3uKVIPO1Xz/LhAJcI0LtWb5zV0Aq85YsjNhhATfazHuPI\nF9aBYj/0VAECIVSgEev0WkpHQUL26zsvn8KUQfgwO2wPD1eHzJQ/h7RB0HLb\nXs2Q\r\n=Xx8l\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID9cAFP4CJ6P/NDDU5jdaqY1+C/PCf8tlGFGc/mGTqBaAiEA9FEgNBnnjXYq0aJvJijlbwd12/AVP7JhEAAREpKy2FE="}]},"_npmUser":{"name":"banyudu","email":"banyudu@gmail.com"},"directories":{},"maintainers":[{"name":"banyudu","email":"banyudu@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hello-wasm_0.1.2_1629800195196_0.718440090860704"},"_hasShrinkwrap":false},"0.1.4":{"name":"@banyudu/hello-wasm","collaborators":["Yudu Ban <banyudu@gmail.com>"],"version":"0.1.4","main":"hello_wasm.js","types":"hello_wasm.d.ts","readme":"<div align=\"center\">\n\n  <h1><code>wasm-pack-template</code></h1>\n\n  <strong>A template for kick starting a Rust and WebAssembly project using <a href=\"https://github.com/rustwasm/wasm-pack\">wasm-pack</a>.</strong>\n\n  <p>\n    <a href=\"https://travis-ci.org/rustwasm/wasm-pack-template\"><img src=\"https://img.shields.io/travis/rustwasm/wasm-pack-template.svg?style=flat-square\" alt=\"Build Status\" /></a>\n  </p>\n\n  <h3>\n    <a href=\"https://rustwasm.github.io/docs/wasm-pack/tutorials/npm-browser-packages/index.html\">Tutorial</a>\n    <span> | </span>\n    <a href=\"https://discordapp.com/channels/442252698964721669/443151097398296587\">Chat</a>\n  </h3>\n\n  <sub>Built with 🦀🕸 by <a href=\"https://rustwasm.github.io/\">The Rust and WebAssembly Working Group</a></sub>\n</div>\n\n## About\n\n[**📚 Read this template tutorial! 📚**][template-docs]\n\nThis template is designed for compiling Rust libraries into WebAssembly and\npublishing the resulting package to NPM.\n\nBe sure to check out [other `wasm-pack` tutorials online][tutorials] for other\ntemplates and usages of `wasm-pack`.\n\n[tutorials]: https://rustwasm.github.io/docs/wasm-pack/tutorials/index.html\n[template-docs]: https://rustwasm.github.io/docs/wasm-pack/tutorials/npm-browser-packages/index.html\n\n## 🚴 Usage\n\n### 🐑 Use `cargo generate` to Clone this Template\n\n[Learn more about `cargo generate` here.](https://github.com/ashleygwilliams/cargo-generate)\n\n```\ncargo generate --git https://github.com/rustwasm/wasm-pack-template.git --name my-project\ncd my-project\n```\n\n### 🛠️ Build with `wasm-pack build`\n\n```\nwasm-pack build\n```\n\n### 🔬 Test in Headless Browsers with `wasm-pack test`\n\n```\nwasm-pack test --headless --firefox\n```\n\n### 🎁 Publish to NPM with `wasm-pack publish`\n\n```\nwasm-pack publish\n```\n\n## 🔋 Batteries Included\n\n* [`wasm-bindgen`](https://github.com/rustwasm/wasm-bindgen) for communicating\n  between WebAssembly and JavaScript.\n* [`console_error_panic_hook`](https://github.com/rustwasm/console_error_panic_hook)\n  for logging panic messages to the developer console.\n* [`wee_alloc`](https://github.com/rustwasm/wee_alloc), an allocator optimized\n  for small code size.\n","readmeFilename":"README.md","description":"<div align=\"center\">","_id":"@banyudu/hello-wasm@0.1.4","_nodeVersion":"14.16.0","_npmVersion":"7.20.6","dist":{"integrity":"sha512-A40uQYmy2e8XRbFe1kYSFeK5XSboPeau7uOBc8GxpnrAQZ0AB109Wx3qNWlw9ed7HSsonDpcAEEJZRnYWPK4fw==","shasum":"56e1118cc4c6c4d893409a0d765874942d688e74","tarball":"https://registry.npmjs.org/@banyudu/hello-wasm/-/hello-wasm-0.1.4.tgz","fileCount":5,"unpackedSize":29733,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJbTYCRA9TVsSAnZWagAAx8YP/iL+rNYD4Se97nWd3+RE\nXki+FDNOvwon6VOAMXpF8qfYVFRocll2dpJKzPJzGFRDTuVMsZfr8IIiUoFx\nsKvL6/PjMOOLZWoe1T6LvF8dR75JP/l8zrtQMp6zUFRnAtU7uwTq49Tm0HDk\nilk+qsvR8G05pS3Jqpr8JUhKsgux3jfSlEm3I0LWEFwmXSQzdbrorTBHtUSy\n3DMtgfHJRKxQY7+/0sMZHH+DlWVKBVwzygzLepZOYd4hy4ct9wsO6UKoRgr0\n4mYodUidwikrPC6T7fGpi1DMp1fWR4He7OQ/xmJS/I39PVbHvnjxztyiU0xK\n10TDzdHRy5YvaCyQ0XjJsByJE3slE8tUiR6m2h8YVUUj/wXIdnlsUQpvg6Ln\nFOcEWe/gVIEr7+2uXDIQ2KQQ2NK5c4hQs6sasnZDiBgOG2T8QzcdwB/Kjf7A\nSC9NM9jZ3RRWXgiknB53HGVYM1PQdnzYW5qTBu6gdKf1rQZgEDeMfC3c9SoQ\nf6R7otvFTNihsWabU8orh+vfnTmPVmqPVOUvbjUo0cwQSNpyBh6ndfecrAHf\npsDy3NLtuHka1ewAxDzBjFdbBqc9627WISBXqZm/wSkRRQJ5Xf0HMiOObm+B\nZhglVynti0TYwplaYEOlOfAp8TpM8BIVhxoucYUpD/9+zRujsPwOP51T4XaB\nDTOr\r\n=jVtU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD3FTsTPkcNQ/oyAM5VshXv2jrL3Oztfuz0NqxIVj8duQIgQiYd/+CWC28Ipy6jOG983FKCFEJpfaBdnTa1NPMj9Nk="}]},"_npmUser":{"name":"banyudu","email":"banyudu@gmail.com"},"directories":{},"maintainers":[{"name":"banyudu","email":"banyudu@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hello-wasm_0.1.4_1629861079916_0.9326961178308617"},"_hasShrinkwrap":false},"0.2.0":{"name":"@banyudu/hello-wasm","collaborators":["Yudu Ban <banyudu@gmail.com>"],"version":"0.2.0","main":"hello_wasm.js","types":"hello_wasm.d.ts","readme":"<div align=\"center\">\n\n  <h1><code>wasm-pack-template</code></h1>\n\n  <strong>A template for kick starting a Rust and WebAssembly project using <a href=\"https://github.com/rustwasm/wasm-pack\">wasm-pack</a>.</strong>\n\n  <p>\n    <a href=\"https://travis-ci.org/rustwasm/wasm-pack-template\"><img src=\"https://img.shields.io/travis/rustwasm/wasm-pack-template.svg?style=flat-square\" alt=\"Build Status\" /></a>\n  </p>\n\n  <h3>\n    <a href=\"https://rustwasm.github.io/docs/wasm-pack/tutorials/npm-browser-packages/index.html\">Tutorial</a>\n    <span> | </span>\n    <a href=\"https://discordapp.com/channels/442252698964721669/443151097398296587\">Chat</a>\n  </h3>\n\n  <sub>Built with 🦀🕸 by <a href=\"https://rustwasm.github.io/\">The Rust and WebAssembly Working Group</a></sub>\n</div>\n\n## About\n\n[**📚 Read this template tutorial! 📚**][template-docs]\n\nThis template is designed for compiling Rust libraries into WebAssembly and\npublishing the resulting package to NPM.\n\nBe sure to check out [other `wasm-pack` tutorials online][tutorials] for other\ntemplates and usages of `wasm-pack`.\n\n[tutorials]: https://rustwasm.github.io/docs/wasm-pack/tutorials/index.html\n[template-docs]: https://rustwasm.github.io/docs/wasm-pack/tutorials/npm-browser-packages/index.html\n\n## 🚴 Usage\n\n### 🐑 Use `cargo generate` to Clone this Template\n\n[Learn more about `cargo generate` here.](https://github.com/ashleygwilliams/cargo-generate)\n\n```\ncargo generate --git https://github.com/rustwasm/wasm-pack-template.git --name my-project\ncd my-project\n```\n\n### 🛠️ Build with `wasm-pack build`\n\n```\nwasm-pack build\n```\n\n### 🔬 Test in Headless Browsers with `wasm-pack test`\n\n```\nwasm-pack test --headless --firefox\n```\n\n### 🎁 Publish to NPM with `wasm-pack publish`\n\n```\nwasm-pack publish\n```\n\n## 🔋 Batteries Included\n\n* [`wasm-bindgen`](https://github.com/rustwasm/wasm-bindgen) for communicating\n  between WebAssembly and JavaScript.\n* [`console_error_panic_hook`](https://github.com/rustwasm/console_error_panic_hook)\n  for logging panic messages to the developer console.\n* [`wee_alloc`](https://github.com/rustwasm/wee_alloc), an allocator optimized\n  for small code size.\n","readmeFilename":"README.md","description":"<div align=\"center\">","_id":"@banyudu/hello-wasm@0.2.0","_nodeVersion":"14.16.0","_npmVersion":"7.20.6","dist":{"integrity":"sha512-44pOZDcQE0aSuYVRJg4dt3VVhzzFvbqHf+7e+D0ADLdgN06oXJhwCDGUHg3LPKliRZz4U3fSQFcyfvfBwgIfkQ==","shasum":"114f7e2c5eeaeac79714a14b5165b21cbd005c0b","tarball":"https://registry.npmjs.org/@banyudu/hello-wasm/-/hello-wasm-0.2.0.tgz","fileCount":5,"unpackedSize":17494,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhKhBjCRA9TVsSAnZWagAAfTEP/0/aneRsl0mbDKElEHgG\nj8GiNAX3PWBq5hknEoj9hBUO7PzPKzUL/SCpiUvF/nTsmFiWZaubbPe8yBtc\nANaGhIsiWItRfgqLiDtGggo/m2gUamfHMzhGH+a9rk74yvOjMMcN0ZVCbagy\n+HpBSO0XlG6hZVij0tdMjUQLi5Gbyr9sGMW4hRNEWxkBYhwaZ32Eg54L0u1g\ncEUCto6QvM43TmfrzF7+Z1E1bk/vsnQxiMMwONnDSxIVXiFCaqN8Nb3swkYv\nh8Q5d/s+2Ti4JJ+s7jDWLlegwzki5bEPeqZzFOlEiYzzbG3eKcPdC8CIkyJ7\nE7sgFPI9BbGMeqdNxYUFQor6QbtRhMUNz8OO0T2RumfeU0nSY29TlJ8Cpcsj\nEnpbG9fH35YJt8n0O74YUzGb5ztGXcWuL2S9Fr6lpQyKpSVdV0OYMhqiSXrX\ndnvm8xqdlXlAfkzpv+Pcn66bzrxWiHje5fDUiPZMWjimQo9QAv/5ytShXAZ6\nbRpsV9E8mO6YsMtiH/UYi3xSvjsah+Jj4LNkc5Wlc+h5OiWUVQXU599As7KP\nwa3NPPkFdcNdZPRYhwGcrtOMU6uwc0AakMFoc67T5etaHKY9wEdqWtRsSHmk\ntdI4FmoshRwGrOg+mkdaJ676P3xwqAtyPg3AkLzYADi9Mu+Up12UWl0zX/wz\naXpS\r\n=n68c\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCj6foed60FRsSF32AWlX2prqrLy3msE5ShbN7YP16YvAIhAJ10WxDcz6UCV8X/NEWFOX9kAduPLKDehh3xA1D5sM3B"}]},"_npmUser":{"name":"banyudu","email":"banyudu@gmail.com"},"directories":{},"maintainers":[{"name":"banyudu","email":"banyudu@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hello-wasm_0.2.0_1630146659769_0.15550567563277884"},"_hasShrinkwrap":false},"0.2.1":{"name":"@banyudu/hello-wasm","collaborators":["Yudu Ban <banyudu@gmail.com>"],"version":"0.2.1","module":"hello_wasm.js","types":"hello_wasm.d.ts","sideEffects":false,"readme":"<div align=\"center\">\n\n  <h1><code>wasm-pack-template</code></h1>\n\n  <strong>A template for kick starting a Rust and WebAssembly project using <a href=\"https://github.com/rustwasm/wasm-pack\">wasm-pack</a>.</strong>\n\n  <p>\n    <a href=\"https://travis-ci.org/rustwasm/wasm-pack-template\"><img src=\"https://img.shields.io/travis/rustwasm/wasm-pack-template.svg?style=flat-square\" alt=\"Build Status\" /></a>\n  </p>\n\n  <h3>\n    <a href=\"https://rustwasm.github.io/docs/wasm-pack/tutorials/npm-browser-packages/index.html\">Tutorial</a>\n    <span> | </span>\n    <a href=\"https://discordapp.com/channels/442252698964721669/443151097398296587\">Chat</a>\n  </h3>\n\n  <sub>Built with 🦀🕸 by <a href=\"https://rustwasm.github.io/\">The Rust and WebAssembly Working Group</a></sub>\n</div>\n\n## About\n\n[**📚 Read this template tutorial! 📚**][template-docs]\n\nThis template is designed for compiling Rust libraries into WebAssembly and\npublishing the resulting package to NPM.\n\nBe sure to check out [other `wasm-pack` tutorials online][tutorials] for other\ntemplates and usages of `wasm-pack`.\n\n[tutorials]: https://rustwasm.github.io/docs/wasm-pack/tutorials/index.html\n[template-docs]: https://rustwasm.github.io/docs/wasm-pack/tutorials/npm-browser-packages/index.html\n\n## 🚴 Usage\n\n### 🐑 Use `cargo generate` to Clone this Template\n\n[Learn more about `cargo generate` here.](https://github.com/ashleygwilliams/cargo-generate)\n\n```\ncargo generate --git https://github.com/rustwasm/wasm-pack-template.git --name my-project\ncd my-project\n```\n\n### 🛠️ Build with `wasm-pack build`\n\n```\nwasm-pack build\n```\n\n### 🔬 Test in Headless Browsers with `wasm-pack test`\n\n```\nwasm-pack test --headless --firefox\n```\n\n### 🎁 Publish to NPM with `wasm-pack publish`\n\n```\nwasm-pack publish\n```\n\n## 🔋 Batteries Included\n\n* [`wasm-bindgen`](https://github.com/rustwasm/wasm-bindgen) for communicating\n  between WebAssembly and JavaScript.\n* [`console_error_panic_hook`](https://github.com/rustwasm/console_error_panic_hook)\n  for logging panic messages to the developer console.\n* [`wee_alloc`](https://github.com/rustwasm/wee_alloc), an allocator optimized\n  for small code size.\n","readmeFilename":"README.md","description":"<div align=\"center\">","_id":"@banyudu/hello-wasm@0.2.1","_nodeVersion":"14.16.0","_npmVersion":"7.20.6","dist":{"integrity":"sha512-nHuNi0P1WZNff75gsU6vIgOztR+MH3XgvT784dBiLRMil+Ewjudx49wPqDcqU9jm+VdH1vumvuOYn6yhTIHBqw==","shasum":"0fedb3f29d834927fbbd2b94b943dbfc424d2f72","tarball":"https://registry.npmjs.org/@banyudu/hello-wasm/-/hello-wasm-0.2.1.tgz","fileCount":6,"unpackedSize":17293,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhKiwzCRA9TVsSAnZWagAAggkP/1pMwfEqTxYy1q3TBAfJ\nzCyA/t8RuZfRqOkjQdiiqeDl1/3An0x5GVaeX16mFweedfswk8zPePKFD6ef\nzCXXNpda1wiJD9Dad1PDt+Is/dNu3Ch6uFiCnvs7ppBfGNLo6f8T/3jo261z\nj4o/nFq1hOO2DgP/jXqkZuVjSRCVRGxNMDVyI/4iEQ97lG721HGyvQSu8EWe\n7hQGvQ/tTA1p4XihsOFHhLtYY5FMV/qB1u/ClvHIUSXLyIhbNjzK+lT/ESAm\nIYZGkl2MV6KXD9+mqDJMtL2lTul+3KbXBm70ML9RCw2MVKHZoS/pWLgZQvRw\n6C3wrA7t0YQu1oQEYSUTO+NvKuj8OeNQ771eoLAP2x96+KQUrmoYpV0JyiKL\nA2srsuhgdMzTOi61BZotsLkYs5tFDdN6k2AFRJWK8188XCoDHj4SLF5pQUIE\n1+KpjDzkxSbMJIkIimnRbYPL47wd6nYYT5sN0HuJRbucF5rdYl5nrXHaKzNd\n767+aTc3ydLvGY+MSySSqc3t9hZ+lHfAyogKo9KqI5YW++MqJaRNoGCwSkqJ\n5V73vWgcndf5E6rQmFYAinG/3Z3WqEhZHDq/LyoccbXD26gsj5YSS+SYB0MN\nS6bZzfndEPoHAhuw7rsb9hT/Lk4Mq/qicbUxaX/gvZ/juMhbyfvjN1hDTYS9\nGJmu\r\n=KaSc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFIteGI5Z43kI8fmyPCKLWpFWH9Lho87o+axXDkxQjxBAiEA7dDzIHnydEyxHjXBesQcc1QgWNvHYxSGVVc3t4hsRvw="}]},"_npmUser":{"name":"banyudu","email":"banyudu@gmail.com"},"directories":{},"maintainers":[{"name":"banyudu","email":"banyudu@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hello-wasm_0.2.1_1630153779435_0.44634680615691"},"_hasShrinkwrap":false}},"time":{"created":"2021-08-17T07:35:50.463Z","0.1.0":"2021-08-17T07:35:50.639Z","modified":"2022-04-04T17:42:42.072Z","0.1.1":"2021-08-17T07:48:44.318Z","0.1.2":"2021-08-24T10:16:35.369Z","0.1.4":"2021-08-25T03:11:20.116Z","0.2.0":"2021-08-28T10:30:59.952Z","0.2.1":"2021-08-28T12:29:39.584Z"},"maintainers":[{"name":"banyudu","email":"banyudu@gmail.com"}],"description":"<div align=\"center\">","readme":"","readmeFilename":""}