Skip to content

mizdra/wasm-dev-book

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

WebAssembly 開発環境構築の本

Rust を用いた WebAssembly の開発環境を構築する手法を紹介する本.

Requirements

  • Node.js
  • npm
  • yarn

Recommended

  • VSCode

Setup

# 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/

About

Rust を用いた WebAssembly の開発環境を構築する手法を紹介する本.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published