{"_id":"@anymouse/galangua-wasm","name":"@anymouse/galangua-wasm","dist-tags":{"latest":"0.9.2"},"versions":{"0.9.2":{"name":"@anymouse/galangua-wasm","collaborators":["tyfkda <tyfkda@gmail.com>"],"version":"0.9.2","module":"galangua_wasm.js","types":"galangua_wasm.d.ts","sideEffects":false,"description":"<div align=\"center\">","_id":"@anymouse/galangua-wasm@0.9.2","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"integrity":"sha512-JgXP0QU5DbelSrd6aOEkdOYAx53NKZyepDtoCBwuGgxs+ohVLNm5PHGGS5VZrEClacz9Za/Xbq+TZEGDRQVwyA==","shasum":"ae7e5d0f6e66181b113d26d16f30e3933b438cad","tarball":"https://registry.npmjs.org/@anymouse/galangua-wasm/-/galangua-wasm-0.9.2.tgz","fileCount":6,"unpackedSize":208820,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC6vOzW/6p/0YMV2C0YSncvfalJtWvgi2pUZ8+J/mqOZgIhAO7KKCtADFlUyhQRvwcBPUOxIt1Y2uAcmDCFmIF3QVOa"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifr0eACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqZ6Q//RYdZwEC4cHjvrksSxYV1wmNv7seS+yt4kCunALfJtwbHnFm1\r\nLrj6FXxMaojY3Y/TIAlRthukyNfHUYFZoSM4glbMdgZtLvEC6GuzaOIwhWZI\r\nY8AgS25WBuPhsMn9SY8nPJB/hP7SSYBxZ92oqvO3w/JWKr+EA0+VgRM1kL6/\r\n+GT2V6j5xrhNtYd7fCqhs6z3hRFi5Gn7fubA7XV7RqqWaDOOlaeuUPBLX+px\r\nZr5u0jgQRcedcn6RYlekNvZqZ9KnkAyU/eWIf2HNTn2QG6BBBNknrYfPJajF\r\nRV429GMY8fxiZRKTQXxXwBJr+UJjdsaZ9Itr4kAupxLt7cYrujFEIrwQpabT\r\nsDsB/WEfvmOqC5MKZW6LCb/ff/tXeKieVz6ZVnVVTzl8vGPIjcw9nggGroUv\r\n9t/d0yfkcDcYNF8sKoTLNymf/lBFJKZEcfniN/kZ8f6QqXM79tks82Wjz1VW\r\neSW8xseTzFNVyuWuj4EWC3zCwJjgD/PzmV/cHnqSMBhHvwViXffPZDy0Ryqn\r\nqyNRrlQ3DAwC+eELrhQJlMpiNSylEOQGbZcdjx3e7A2elcQ72aEQ38hcTUom\r\nWsWVJQtp5Zx8KvR0IanXpIqrDIRpKO21ZfJSbTfegZKlRuMfj2aWkB+irMnH\r\nlg0bhYcX0vtKlX2fxkNBKdb6yHpDeIF09yc=\r\n=7q0f\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anymouse","email":"david.beard741@gmail.com"},"directories":{},"maintainers":[{"name":"anymouse","email":"david.beard741@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/galangua-wasm_0.9.2_1652473117956_0.9130175587397937"},"_hasShrinkwrap":false}},"time":{"created":"2022-05-13T20:18:37.897Z","0.9.2":"2022-05-13T20:18:38.150Z","modified":"2022-05-13T20:18:38.303Z"},"maintainers":[{"name":"anymouse","email":"david.beard741@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"}