My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

Is there a JavaScript library for generating binary data?

Deactivated User's photo
Deactivated User
·Apr 5, 2020

I am currently working on a browser-based world editor for Survivalcraft, and I have successfully implemented world import functionality. I am using kaitai struct to unserialize the data. Is there any library for JavaScript that can be used to serialize the data? I need it to have the ability to choose between big and little endian.