https://github.com/mizdra/wasm-dev-book
Rust を用いた WebAssembly の開発環境を構築する手法を紹介する本.
https://github.com/mizdra/wasm-dev-book
javascript parcel rust typescript webassembly webpack
Last synced: 8 months ago
JSON representation
Rust を用いた WebAssembly の開発環境を構築する手法を紹介する本.
- Host: GitHub
- URL: https://github.com/mizdra/wasm-dev-book
- Owner: mizdra
- License: mit
- Created: 2018-05-02T17:59:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-16T11:03:15.000Z (over 7 years ago)
- Last Synced: 2025-06-29T22:49:54.407Z (8 months ago)
- Topics: javascript, parcel, rust, typescript, webassembly, webpack
- Language: JavaScript
- Homepage: https://wasm-dev-book.netlify.com
- Size: 572 KB
- Stars: 42
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebAssembly 開発環境構築の本
Rust を用いた WebAssembly の開発環境を構築する手法を紹介する本.
## Requirements
* Node.js
* npm
* yarn
## Recommended
* VSCode
## Setup
```bash
# Setup
$ git clone https://github.com/mizdra/wasm-dev-book.git && cd $_
$ yarn install
# Start dev-server
$ yarn run dev
```
## npm-scripts
* `yarn run dev`: Start dev-server
* `yarn run build`: Build for production
* If necessary, you can serve production: `npx http-server docs/.vuepress/dist/`