Skip to content

Commit

Permalink
add note about emcc
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jun 15, 2019
1 parent 70a8116 commit 4c36a29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ This repository contain tools for develop modern frontend with WebAssembly (Reac

Please don't use it in production. It's not stable yet.

#### Starting in less than 5 minutes (optional)
#### Create a project with WASM in less than 5 minutes (optional)

```
curl -o- -L https://raw.githubusercontent.com/raphamorim/wasm/master/scripts/create-project.sh | bash
curl -o- -L https://raw.githubusercontent.com/raphamorim/wasm/master/scripts/create-project.sh?token=AA3WKCS2HVPMJLB2LHBOLHC5AV6TI | bash
```

#### Summary
Expand All @@ -25,7 +25,7 @@ curl -o- -L https://raw.githubusercontent.com/raphamorim/wasm/master/scripts/cre

## `emscripten`

Node module for [Emscripten SDK](https://github.com/emscripten-core/emsdk) API.
Node module for [Emscripten SDK](https://github.com/emscripten-core/emsdk) API. It will try to install SDK if you don't have Emscripten installed.

Note: Only OS X and Linux support. Windows support in development.

Expand Down

0 comments on commit 4c36a29

Please sign in to comment.