diff options
author | Benoit Giannangeli <giann008@gmail.com> | 2017-09-12 08:29:49 +0200 |
---|---|---|
committer | Benoit Giannangeli <giann008@gmail.com> | 2017-09-12 09:55:42 +0200 |
commit | 2c3dba7d0c37b1a2ffbc09906dc9d309e8f4bcf3 (patch) | |
tree | 2800a3f011f7bd992682ff5eaf88661cef689892 | |
parent | 7052495753292a0fe72ab27b6970525d50d430cb (diff) | |
download | fengari-2c3dba7d0c37b1a2ffbc09906dc9d309e8f4bcf3.tar.gz fengari-2c3dba7d0c37b1a2ffbc09906dc9d309e8f4bcf3.tar.bz2 fengari-2c3dba7d0c37b1a2ffbc09906dc9d309e8f4bcf3.zip |
README.md: Getting started section
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,6 +11,10 @@ 🐺 φεγγάρι - The Lua VM written in JS ES6 for Node and the browser +## Getting started in the browser + +Fengari is not released yet but you can experiment with it in the browser by following the instructions of the [fengari-web](https://github.com/fengari-lua/fengari-web) repository. + ## Semantics Fengari implements Lua 5.3 semantics and will hopefully follow future Lua releases. If you find any noticeable difference between Fengari and Lua's behaviours, please [report it](https://github.com/fengari-lua/fengari/issues). |