Skip to content

v0.1.0

Compare
Choose a tag to compare
@daurnimator daurnimator released this 31 Mar 02:01
· 82 commits to master since this release
v0.1.0
cd06f8d

We're very happy to announce the first release of Fengari!

In this release:

  • Fengari core implements Lua 5.3 in ES6
  • Implements the Lua C API
  • Lua standard library implemented on top of "C" API
  • Works in node.js
  • Works in browsers (including IE11+, Safari 8+, Chrome, Firefox and Edge)
  • Lua test suite ported to JavaScript and passes (excluding items below)
  • Known incompatability: garbage collector cannot be controlled
  • Known incompatability: __gc not respected
  • Known incompatability: __mode not respected
  • Known incompatability: io library not available in browsers
  • Known incompatability: io library unable to open new files
  • Known incompatability: io library read functionality is not implemented
  • Known incompatability: some os library functions are not implemented