Skip to content

Instantly share code, notes, and snippets.

@pipcet
Last active December 26, 2016 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pipcet/ed5e1a3ffeae8167bdf7905ed035834d to your computer and use it in GitHub Desktop.
Save pipcet/ed5e1a3ffeae8167bdf7905ed035834d to your computer and use it in GitHub Desktop.
perl.7z should be a 7z archive containing the asmjs-generated Perl binary, and you should be able to run it with the SpiderMonkey shell like this:
# time js perl.js < /dev/null
<random output>
real 1m4.540s
user 2m11.000s
sys 0m3.556s
# time otherjs perl.js < /dev/null
<random output>
real 0m12.751s
user 0m30.432s
sys 0m3.028s
This file has been truncated, but you can view the full file.
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment