From a54c8c6def5aca781109a44f893bed4c6f713846 Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Fri, 28 Jul 2017 12:02:21 +0200 Subject: README: Extensions section --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5fd8a3..242d822 100644 --- a/README.md +++ b/README.md @@ -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)` -- cgit v1.2.3-54-g00ecf