Github user Harbs commented on the issue: https://github.com/apache/flex-asjs/pull/10 I gave this a quick look-over. The only issue that I noticed was that the default behavior of Endianess is different between Flash and JS. In Flash, the default is bin endian, while in JS, the default is machine dependent which over 90% of the time means little endian. That's why I made the default little endian (which is different than the default Flash behavior). There's no really "right" answer to this question, so I'm not totally sure which approach is best.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---