saghul / sjs

Skookum JS: a JavaScript runtime
http://sjs.saghul.net
MIT License
98 stars 13 forks source link

modules: add module to help with processing of binary data? #19

Closed saghul closed 6 years ago

saghul commented 8 years ago

Some "binadata" module, analogous to https://docs.python.org/2/library/struct.html or http://docs.ruby-lang.org/en/2.0.0/Array.html#method-i-pack

saghul commented 6 years ago

No need, the Buffer methods should do.