diff options
author | Benoit Giannangeli <giann008@gmail.com> | 2017-07-28 12:02:21 +0200 |
---|---|---|
committer | Benoit Giannangeli <giann008@gmail.com> | 2017-07-28 12:06:30 +0200 |
commit | a54c8c6def5aca781109a44f893bed4c6f713846 (patch) | |
tree | 42813321bde76e19a5d2f86b27df88d85747cb29 /README.md | |
parent | d0ecff13e2507ae7c860e87e39078f79df83e309 (diff) | |
download | fengari-a54c8c6def5aca781109a44f893bed4c6f713846.tar.gz fengari-a54c8c6def5aca781109a44f893bed4c6f713846.tar.bz2 fengari-a54c8c6def5aca781109a44f893bed4c6f713846.zip |
README: Extensions section
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -24,7 +24,7 @@ To address that issue, Lua strings are represented by an array of bytes in Fenga ### _Missing_ features -- `lua_gc/collectgarbage`: Fengari relies on the JS garbage collector and does not implement its own. +- `lua_gc`/`collectgarbage`: Fengari relies on the JS garbage collector and does not implement its own. - The following functions are only available in Node: - `luaL_dofile` - `luaL_loadfilex` @@ -37,6 +37,7 @@ To address that issue, Lua strings are represented by an array of bytes in Fenga - `os.tmpname` - `os.execute` +## Extensions ### `dv = lua_todataview(L, idx)` |