saghul / sjs

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

Use duk_push_fixed_buffer for binary data #58

Closed saghul closed 6 years ago

saghul commented 7 years ago

Use it instead of duk_push_lstring, which expects valid CESU-8 strings.

saghul commented 6 years ago

Fixed in #70.