{"_id":"@andersmkruke/rust-wasm-tutorial","_rev":"1-ddd2e0133e41eaab6687920f4ff20d5d","name":"@andersmkruke/rust-wasm-tutorial","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@andersmkruke/rust-wasm-tutorial","collaborators":["Anders Marstein Kruke <anders.kruke@signicat.com>"],"version":"0.1.0","module":"rust_wasm_tutorial.js","types":"rust_wasm_tutorial.d.ts","sideEffects":"false","description":"<div align=\"center\">","_id":"@andersmkruke/rust-wasm-tutorial@0.1.0","_nodeVersion":"13.5.0","_npmVersion":"6.13.4","dist":{"integrity":"sha512-+CGZtTQpvvmMi92CSK4iLMO+R5+jMK7/BJd/tDGn5K+bD1iX5aObY7FLjdUc2iGBvShZg3ykQahJSZbUxoFbJQ==","shasum":"25c02283397138e10c562b259a74ba2dd1cd211d","tarball":"https://registry.npmjs.org/@andersmkruke/rust-wasm-tutorial/-/rust-wasm-tutorial-0.1.0.tgz","fileCount":5,"unpackedSize":4220,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeEuxJCRA9TVsSAnZWagAAFTMP/iIMIvbVCJw03rdawApd\n/XayQB2mWMCKyzuEk2gUAHjKWUT3SToSNcOlCXiposX4H0MuW3OFy6r9QZq9\nONzBnCmgZbtuFEahMe14K082JfdNayPeeZiJSYVgc8a1ChaC0/Y9O29O/A8N\n9nQ6FdJnIplrwm3saUpnQQ0VnJa0Kv14rtdQI+roJG6FDBO9dNuVHNFWvErK\nXBKqtu6X8vtiMxIrNB6O2k6vfuJIiqnEvIjzGRwz1ZXsBbD7PwUOFdn69XJM\nYTrHRxM1/oEh19WE80QoJwRl4CTLmE/NCegFegn7+8+esHt+ciGKme/+qjL6\nVsM1t9J9OrIeAXqTvD0YhpQGC+XnZWwBvlyUJCbR9wrRd4I3neJ4HH8aMT2C\noNzgTPMqXV8EHj1NwAuohcqOiOXGVJiR/oWrTgkBL399o/2rx1kUEBKcomVN\nG6tbutJNeXTOb8FX+iq6j4BLmjO38/SpGXjBgii77BRhDIFy1xy6F0WQfSVh\nPa9sVo+6lSdyCDrOMDnvlHiDygNnrGsLyDXIP+gxd1n+RdaWT5rYWHC7sh+a\n3C6GzbZ3kPeRLkcd3iwFvZfw2r7VcNaJ6lATk9tYzvgP3mWbr3GV9paw53aj\nOSdspysu7kMH0P+W39oPh6xkIZA9BcC8XM+0rBShnItJoNI+DAfBaDiNFJaW\nl3OY\r\n=MABk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGj1B8VbBHTxxg84JVX5mZolwGGFx/Mvw+Pz2+wjAZO1AiEAqDhsz2/CIjpyLSGzBPL6Fy/29P3ySNjzYG7t3HI8GAY="}]},"maintainers":[{"name":"andersmkruke","email":"anders.kruke@gmail.com"}],"_npmUser":{"name":"andersmkruke","email":"anders.kruke@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rust-wasm-tutorial_0.1.0_1578298441562_0.7807120632039701"},"_hasShrinkwrap":false}},"time":{"created":"2020-01-06T08:14:01.519Z","0.1.0":"2020-01-06T08:14:01.684Z","modified":"2022-04-04T13:58:05.348Z"},"maintainers":[{"name":"andersmkruke","email":"anders.kruke@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"}