|
|
|
@ -2,22 +2,26 @@ |
|
|
|
|
|
|
|
|
|
- [Prerequisites](./prerequisites/index.md) |
|
|
|
|
- [npm (optional)](./prerequisites/npm.md) |
|
|
|
|
- [Project Setup](./project-setup/index.md) |
|
|
|
|
- [Using a Template](./project-setup/using-a-template.md) |
|
|
|
|
- [Manual Setup](./project-setup/manual-setup.md) |
|
|
|
|
- [Commands](./commands/index.md) |
|
|
|
|
- [`init` (DEPRECATED)](./commands/init.md) |
|
|
|
|
- [`build`](./commands/build.md) |
|
|
|
|
- [`test`](./commands/test.md) |
|
|
|
|
- [`pack` and `publish`](./commands/pack-and-publish.md) |
|
|
|
|
- [Tutorial](./tutorial/index.md) |
|
|
|
|
- [Getting Started](./tutorial/getting-started.md) |
|
|
|
|
- [Template Deep Dive](./tutorial/template-deep-dive/index.md) |
|
|
|
|
- [`Cargo.toml`](./tutorial/template-deep-dive/cargo-toml.md) |
|
|
|
|
- [`src/lib.rs`](./tutorial/template-deep-dive/src-lib-rs.md) |
|
|
|
|
- [`src/utils.rs`](./tutorial/template-deep-dive/src-utils-rs.md) |
|
|
|
|
- [`wee_alloc`](./tutorial/template-deep-dive/wee_alloc.md) |
|
|
|
|
- [Packaging and Publishing](./tutorial/packaging-and-publishing.md) |
|
|
|
|
- [Using your Library](./tutorial/using-your-library.md) |
|
|
|
|
- [Tutorials](./tutorials/index.md) |
|
|
|
|
- [Hybrid applications with Webpack](./tutorials/hybrid-applications-with-webpack/index.md) |
|
|
|
|
- [npm browser packages](./tutorials/npm-browser-packages/index.md) |
|
|
|
|
- [Getting started](./tutorials/npm-browser-packages/getting-started.md) |
|
|
|
|
- [Project setup](./tutorials/npm-browser-packages/project-setup/index.md) |
|
|
|
|
- [Using a Template](./tutorials/npm-browser-packages/project-setup/using-a-template.md) |
|
|
|
|
- [Manual Setup](./tutorials/npm-browser-packages/project-setup/manual-setup.md) |
|
|
|
|
- [Template deep dive](./tutorials/npm-browser-packages/template-deep-dive/index.md) |
|
|
|
|
- [`Cargo.toml`](./tutorials/npm-browser-packages/template-deep-dive/cargo-toml.md) |
|
|
|
|
- [`src/lib.rs`](./tutorials/npm-browser-packages/template-deep-dive/src-lib-rs.md) |
|
|
|
|
- [`src/utils.rs`](./tutorials/npm-browser-packages/template-deep-dive/src-utils-rs.md) |
|
|
|
|
- [`wee_alloc`](./tutorial/template-deep-dive/wee_alloc.md) |
|
|
|
|
- [Building your project](./tutorials/npm-browser-packages/template-deep-dive/building-your-project.md) |
|
|
|
|
- [Packaging and publishing](./tutorials/npm-browser-packages/packaging-and-publishing.md) |
|
|
|
|
- [Using your library](./tutorials/npm-browser-packages/using-your-library.md) |
|
|
|
|
- [Standalone WASM binaries](./tutorials/standalone-wasm-binaries/index.md) |
|
|
|
|
- [`Cargo.toml` Configuration](./cargo-toml-configuration.md) |
|
|
|
|
- [Contributing](./contributing.md) |
|
|
|
|