Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-cacio authored Oct 12, 2018
1 parent 2f59331 commit d5af884
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,24 @@ view32[1] = 2;
### Tooling

#### Emscripten
A powerful compile
*Disclaimer: pros/cons from a newbie's point of view. Highly experienced proffesionals may have a different perspective*

pros:
- battle tested

cons:
- steep learning curve
- overwhelming docs
- setting up everything can be awkward

#### wasm-rust
pros:
- no extra tooling, just the Rust compiler
- [`wasm-bindgen`](https://rustwasm.github.io/wasm-bindgen) a more high level approach of JS ⇔ interaction
- easy setup

cons:
- bleeding edge-ish, still under development (need Rust beta)

### Rust
Everything is immutable by default.
Expand Down

0 comments on commit d5af884

Please sign in to comment.