{"_id":"@aoshea/hello-wasm-test","_rev":"1-7960b31d336686b339caf26df90705f7","name":"@aoshea/hello-wasm-test","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@aoshea/hello-wasm-test","collaborators":["Alastair O'Shea <alastair.oshea@gmail.com>"],"version":"0.1.0","module":"hello_wasm_test.js","types":"hello_wasm_test.d.ts","sideEffects":false,"description":"<div align=\"center\">","_id":"@aoshea/hello-wasm-test@0.1.0","_nodeVersion":"10.15.0","_npmVersion":"6.14.5","dist":{"integrity":"sha512-wCmU+QEO5tAARVrfyidQCdqlnpB4r0z8HEt8ltDuMtb/BqPP/bcDtlIIIdNSRpXlTdSpT1QxFlEmHNQpHyFELA==","shasum":"32e49da5b588d210238910989497e4e0adcf424a","tarball":"https://registry.npmjs.org/@aoshea/hello-wasm-test/-/hello-wasm-test-0.1.0.tgz","fileCount":5,"unpackedSize":3009,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe46DHCRA9TVsSAnZWagAA9/0P+wYvLQOhOJSMMC3gnwLq\nzE8cazhN6lKooivAR+gbtJVJZEqNwMju4BaDkmmCEHayFEVpxm9eIWih1gNh\nt8eOLOhFTKNnLV0hLsZYskDxTgTJJQ5Fn40gtXQKNh9YPMCvNFvYg7Pl0Ap3\nF2TMiTcHVG7keltODq+JP/qz/84pMVavmPH5/Gla6jWaPvO5eyTw6vn9mcdO\nf79glcXcV+ihVG93yUWEB7ZBC0QUsSizSoYEyfB4HLNbAe12chrI/8c7TI9n\n+j5+jAAXQmP7ytshGYB+nJY0iz5renY82QaLUkGXiqvIkgMUe43eanaGIPxE\nOYTUNXkelNLtUxmhOYs6T5ks1BOs/vWiZXUgNBXbXJ3u4ahBNZh21JjjHaQk\ntJdEx+Xb03W8Lsi3u+26wtk2FA/XBImN3MqLablVji30GSfTvkpdpMBuPI0r\n0mBAZU74Nb/Xid8v3MYDNPZGURjt0EHDXGxGMBN76k+Udr7Bb5iJRMjPeL06\nmJGXJT5Byukwu9uYoQDL5HypoKGv/xUx0e03HedSpRidxhtoVAeYVf9T1AE5\nAj7osd+gBEfiAWhbkJstrYciMLhGrLs05mwlrp4TaWnngtaM9em1RQRuCA6N\nn9y3zG+Z5gc3spe/S94Tiby9ChKfwnOSX8pvcZSUGnWzak39Z4e5BnyEhbeh\neveO\r\n=MIlC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFXXpvrRIWTTV2U3oSueMABB4Qvs/AvDFUGGu/UOacHsAiEAv/G7YukBQK+C0BWw2HB+zuvu9GYqNOLckJusXXE3A7Y="}]},"maintainers":[{"name":"aoshea","email":"alastair.oshea@gmail.com"}],"_npmUser":{"name":"aoshea","email":"alastair.oshea@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hello-wasm-test_0.1.0_1591976134657_0.7137118426378704"},"_hasShrinkwrap":false}},"time":{"created":"2020-06-12T15:35:34.607Z","0.1.0":"2020-06-12T15:35:34.766Z","modified":"2022-04-04T14:30:19.361Z"},"maintainers":[{"name":"aoshea","email":"alastair.oshea@gmail.com"}],"description":"<div align=\"center\">","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"}