{"id":13464741,"url":"https://github.com/rustwasm/book","last_synced_at":"2025-05-15T06:02:16.820Z","repository":{"id":33512412,"uuid":"136374648","full_name":"rustwasm/book","owner":"rustwasm","description":"The Rust and WebAssembly Book","archived":false,"fork":false,"pushed_at":"2024-08-16T16:03:17.000Z","size":8743,"stargazers_count":1793,"open_issues_count":139,"forks_count":217,"subscribers_count":37,"default_branch":"master","last_synced_at":"2025-05-13T10:04:52.566Z","etag":null,"topics":["mdbook","rust","rust-wasm","wasm"],"latest_commit_sha":null,"homepage":"https://rustwasm.github.io/docs/book/","language":"Handlebars","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rustwasm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-06T19:07:15.000Z","updated_at":"2025-05-09T09:44:19.000Z","dependencies_parsed_at":"2024-09-30T14:00:33.283Z","dependency_job_id":"d008dbca-9643-4ca0-b723-b0a8d7f28eb2","html_url":"https://github.com/rustwasm/book","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustwasm%2Fbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustwasm%2Fbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustwasm%2Fbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustwasm%2Fbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rustwasm","download_url":"https://codeload.github.com/rustwasm/book/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254283336,"owners_count":22045140,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mdbook","rust","rust-wasm","wasm"],"created_at":"2024-07-31T14:00:49.598Z","updated_at":"2025-05-15T06:02:16.762Z","avatar_url":"https://github.com/rustwasm.png","language":"Handlebars","funding_links":[],"categories":["Handlebars","Others","HTML"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n  \u003ch1\u003eThe Rust and WebAssembly Book\u003c/h1\u003e\n\n  \u003cstrong\u003eThis small book describes how to use Rust and WebAssembly together.  It also consists of tutorials with cool exercises.\u003c/strong\u003e\n\n  \u003ch3\u003e\n    \u003ca href=\"https://rustwasm.github.io/docs/book/\"\u003eRead the Book\u003c/a\u003e\n    \u003cspan\u003e | \u003c/span\u003e\n    \u003ca href=\"https://github.com/rustwasm/book/blob/master/CONTRIBUTING.md\"\u003eContributing\u003c/a\u003e\n    \u003cspan\u003e | \u003c/span\u003e\n    \u003ca href=\"https://discordapp.com/channels/442252698964721669/443151097398296587\"\u003eChat\u003c/a\u003e\n  \u003c/h3\u003e\n\n  \u003csub\u003eBuilt with 🦀🕸 by \u003ca href=\"https://rustwasm.github.io/\"\u003eThe Rust and WebAssembly Working Group\u003c/a\u003e\u003c/sub\u003e\n\u003c/div\u003e\n\n## About\n\nThis repo contains documentation on using Rust for wasm, common workflows, how\nto get started and more as you dive deeper. It acts as a guide for doing some really neat things with rust.\n\nIf you would like to start learning how to use Rust and WebAssembly together,\n you can read the book [online here][book].\n\n[Open issues for improving the Rust and WebAssembly book.][book-issues]\n\n[book-issues]: https://github.com/rustwasm/book/issues\n\n## Building the Book\n\nThe book is made using [`mdbook`][mdbook]. To install it you'll need `cargo`\ninstalled. If you don't have any Rust tooling installed, you'll need to install\n[`rustup`][rustup] first. Follow the instructions on the site in order to get\nsetup.\n\nOnce you have that done then just do the following:\n\n```bash\n$ cargo install mdbook\n```\n\nMake sure the `cargo install` directory is in your `$PATH` so that you can run\nthe binary.\n\nNow just run this command from this directory:\n\n```bash\n$ mdbook build\n```\n\nThis will build the book and output files into a directory called `book`. From\nthere you can navigate to the `index.html` file to view it in your browser. You\ncould also run the following command to automatically generate changes if you\nwant to look at changes you might be making to it:\n\n```bash\n$ mdbook serve\n```\n\nThis will automatically generate the files as you make changes and serves them\nlocally so you can view them easily without having to call `build` every time.\n\nThe files are all written in Markdown so if you don't want to generate the book\nto read them then you can read them from the `src` directory.\n\n[mdbook]: https://github.com/rust-lang-nursery/mdBook\n[rustup]: https://github.com/rust-lang-nursery/rustup.rs/\n[book]: https://rustwasm.github.io/book/game-of-life/introduction.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustwasm%2Fbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frustwasm%2Fbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustwasm%2Fbook/lists"}