pypyjs/pypyjs

Investigate WebAssembly

Open

#145 opened on 2015年6月17日

GitHub で見る
 (37 comments) (9 reactions) (0 assignees)Python (1,850 stars) (154 forks)batch import
enhancementhelp wantedquestion

説明

The potential next iteration of asmjs is a new bytecode format called "WebAssembly":

https://brendaneich.com/2015/06/from-asm-js-to-webassembly/

It's supposed to fix a bunch of the rough edges caused by asmjs's layering on top of js, e.g. parsing and filesize overheads and probably others as well. We should do two things:

  • Try it out and see if it's a better fit for us that talking asmjs
  • See if we can use any of the lessons from pypyjs to influence design of WebAssembly

コントリビューターガイド