Browse Source

Releases: emscripten improvements

pull/222/head
Sami Vaarala 10 years ago
parent
commit
835cfa4477
  1. 4
      RELEASES.rst

4
RELEASES.rst

@ -929,6 +929,10 @@ Planned
* Add support for Khronos/ES6 TypedArray API (subset of ES6 API) (GH-151)
* Improve Emscripten compatibility as a result of TypedArray support:
Emscripten fastcomp can now be used and Duktape can run more complex
Emscripten-compiled programs (e.g. Lua or Duktape itself)
* Minor change to plain buffer and Duktape.Buffer write coercion for
consistency with Node.js Buffer and TypeArray, e.g. -Infinity now
coerces to 0x00 rather than 0xFF

Loading…
Cancel
Save