Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for SWC #5

Open
zwetan opened this issue Jan 18, 2016 · 1 comment
Open

add support for SWC #5

zwetan opened this issue Jan 18, 2016 · 1 comment

Comments

@zwetan
Copy link
Member

zwetan commented Jan 18, 2016

it would be nice to be able to manipulate SWC files

  • read SWC
  • open/extract a file inside a SWC
  • obtain the list of embedded definitions
    like classes, functions, etc.
  • extract all the ABC files from the
    internal library.swf
  • write SWC
  • etc.
@zwetan
Copy link
Member Author

zwetan commented Jan 18, 2016

we should also investigate if we can compile against a SWC
I think it's possible with ASC2

it would allow scenarios as
compile( "myprogram.abc", [ "somelib.swc" ] );

with maybe the clear advantage to embed only the bytecode used by the program
eg. a big SWC of 100MB, but you use only 1 definition, and so your final program
embed only 10KB of those 100MB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant