Skip to content

Commit

Permalink
Moved SIMD.js to stage 2
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJensen committed May 27, 2015
1 parent c76165d commit cc46cc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ ES7+ Proposals follow [this process document](https://docs.google.com/document/d
| | [Object.observe](https://github.com/arv/ecmascript-object-observe) | Erik Arvidsson |2 |
| | [Exponentiation Operator](https://github.com/rwaldron/exponentiation-operator) | Rick Waldron | 2
| | [Array.prototype.includes](https://github.com/tc39/Array.prototype.includes/) | Domenic Denicola, Rick Waldron | 2
| | [SIMD.JS - SIMD APIs](https://docs.google.com/presentation/d/1MY9NHrHmL7ma7C8dyNXvmYNNGgVmmxXk8ZIiQtPlfH4/edit?usp=sharing) + [polyfil](https://github.com/johnmccutchan/ecmascript_simd)| John McCutchan, Peter Jensen, Dan Gohman | 2
| | [Async Functions](https://github.com/lukehoban/ecmascript-asyncawait) |Luke Hoban |1 |
| | [Parallel JavaScript](http://wiki.ecmascript.org/doku.php?id=strawman:data_parallelism) |Tatiana Shpeisman, Niko Matsakis |1 |
| | [Typed Objects](https://github.com/dslomov-chromium/typed-objects-es7) |Dmitry Lomov, Niko Matsakis |1
| | [SIMD.JS - SIMD APIs](https://docs.google.com/presentation/d/1yc2NDzFJ-0yD980URiTcV3oE_2cQDVzXuH4Rss1fG8s/edit?usp=sharing) + [polyfil](https://github.com/johnmccutchan/ecmascript_simd)| John McCutchan, Peter Jensen | 1

| | [Async Generator](https://github.com/jhusain/asyncgenerator) | Jafar Husain | 1 |
| | [Trailing commas in function call expressions](https://github.com/tc39/tc39-notes/raw/master/es6/2014-09/trailing_comma_proposal.pdf) | Jeff Morrison | 1
| | [ArrayBuffer.transfer](https://gist.github.com/lukewagner/2735af7eea411e18cf20) | Luke Wagneer & Allen Wirfs-Brock | 1
Expand Down

0 comments on commit cc46cc3

Please sign in to comment.