How do I call the Tamarin ESC Compiler from AS3 Code?

微笑、不失礼 提交于 2019-12-04 12:15:44

Found an answer to my own question.

The following site uses the newest Tamarin ESC Compiler ABC bits to dynamically run code through Flash (the panel on the left shows the source code which runs the compiler):

http://wonderfl.net/c/2pBs/read

It actually grabs the Tamarin Redux bits using the Mercurial http interface downloader: http://hg.mozilla.org/tamarin-redux/raw-file/db3ebe261f68/esc/bin/

The wonderfl code in turns uses Claus Wahlers' codeazur as3swf to wrap the ABC bits to load into Flash (both the compiler itself and the compiled bits):

https://github.com/claus/as3swf

Thank you Claus and wonderfl! Open sourced code rocks.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!