Skip to content

Commit

Permalink
add build section
Browse files Browse the repository at this point in the history
  • Loading branch information
ukyo committed May 7, 2017
1 parent fc16457 commit 99c3c88
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@ webassemblyの薄い本
* [Binery Format](https://ukyo.github.io/wasm-usui-book/webroot/binary-format.html)
* [Text Format](https://ukyo.github.io/wasm-usui-book/webroot/text-format.html)

## Build

web

```
$ rake web
```

pdf

```
$ rake pdf
```

## 参考

* [http://webassembly\.org](http://webassembly.org/), [repo](https://github.com/WebAssembly/website)
Expand Down

0 comments on commit 99c3c88

Please sign in to comment.