From fe888e1ae7a0647a692b6dc3f6b0be5b06dc8d06 Mon Sep 17 00:00:00 2001 From: Luke Wagner Date: Wed, 10 Jun 2015 15:09:05 -0500 Subject: Update URL of polyfill repo to polyfill-prototype-1 --- FAQ.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'FAQ.md') diff --git a/FAQ.md b/FAQ.md index 90cc427..6653daa 100644 --- a/FAQ.md +++ b/FAQ.md @@ -3,12 +3,12 @@ ## Can the polyfill really be efficient? Yes, this is a [high-level goal](HighLevelGoals.md) and there is a -[prototype](https://github.com/WebAssembly/polyfill) with demos +[prototype](https://github.com/WebAssembly/polyfill-prototype-1) with demos [[1](http://lukewagner.github.io/AngryBotsPacked), [2](http://lukewagner.github.io/PlatformerGamePacked)]. Although the [binary format](BinaryEncoding.md) is not yet specified in any detail, the format used by the prototype has promising initial experimental results. To allow direct comparison with asm.js, -the prototype has a tool to [pack asm.js](https://github.com/WebAssembly/polyfill/blob/master/src/pack-asmjs.cpp#L3117) +the prototype has a tool to [pack asm.js](https://github.com/WebAssembly/polyfill-prototype-1/blob/master/src/pack-asmjs.cpp#L3117) into the prototype's binary format. Using this tool, we can see significant size savings before and after gzip compression: @@ -17,7 +17,7 @@ after gzip compression: | [AngryBots](http://lukewagner.github.io/AngryBotsPacked) | 19MiB | 6.3MiB | 4.1MiB | 3.0MiB | | [PlatformerGame](http://lukewagner.github.io/PlatformerGamePacked) | 49MiB | 18MiB | 11MiB | 7.3MiB | -By writing the [decoder prototype in C++](https://github.com/WebAssembly/polyfill/blob/611ec5c8c41b08b112cf064ec49b13bf87e400cd/src/unpack.cpp#L2306) +By writing the [decoder prototype in C++](https://github.com/WebAssembly/polyfill-prototype-1/blob/611ec5c8c41b08b112cf064ec49b13bf87e400cd/src/unpack.cpp#L2306) and Emscripten-compiling to asm.js, the polyfill is able to perform the translation to asm.js faster than a native JS parser can parse the result (results measured in Firefox 41 on an Intel® Xeon® E5-2665 @ 2.40GHz): -- cgit v1.2.3