Skip to content

neuvecom/book_rust_wasm

 
 

Repository files navigation

RustとWebAssemblyのBook

この小規模なBookは、RustとWebAssemblyを一緒に使う方法を説明しています。 また、クールな練習問題を含むチュートリアルで構成されています。

Built with 🦀🕸 by The Rust and WebAssembly Working Group

About

このリポジトリには、wasmのRustでの使い方、一般的なワークフロー、始め方など、より深く掘り下げていくためのドキュメントが含まれています。Rustを使って本当に素晴らしいことをするためのガイドの役割を果たします。

RustとWebAssemblyの使い方を一緒に学び始めたい方は、[こちら][The Book]をお読みください。

Open issues for improving the Rust and WebAssembly book.

Building the Book

The book is made using mdbook. To install it you'll need cargo installed. If you don't have any Rust tooling installed, you'll need to install rustup first. Follow the instructions on the site in order to get setup.

Once you have that done then just do the following:

$ cargo install mdbook

Make sure the cargo install directory is in your $PATH so that you can run the binary.

Now just run this command from this directory:

$ mdbook build

This will build the book and output files into a directory called book. From there you can navigate to the index.html file to view it in your browser. You could also run the following command to automatically generate changes if you want to look at changes you might be making to it:

$ mdbook serve

This will automatically generate the files as you make changes and serves them locally so you can view them easily without having to call build every time.

The files are all written in Markdown so if you don't want to generate the book to read them then you can read them from the src directory.

About

The Rust and WebAssembly Book

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Handlebars 100.0%