You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
it would be nice to be able to manipulate SWC files
like classes, functions, etc.
internal
library.swf
The text was updated successfully, but these errors were encountered: