Rust を用いた WebAssembly の開発環境を構築する手法を紹介する本.
- Node.js
- npm
- yarn
- VSCode
# Setup
$ git clone https://github.com/mizdra/wasm-dev-book.git && cd $_
$ yarn install
# Start dev-server
$ yarn run dev
yarn run dev
: Start dev-serveryarn run build
: Build for production- If necessary, you can serve production:
npx http-server docs/.vuepress/dist/
- If necessary, you can serve production: