aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBenoit Giannangeli <giann008@gmail.com>2017-08-09 08:44:52 +0200
committerBenoit Giannangeli <giann008@gmail.com>2017-08-10 09:10:10 +0200
commit7729b811e5d0523b3ad613284c8674876f0d8321 (patch)
tree78417d69381405a9a9cd1c0c03363f2137c9b803 /README.md
parent976ddcc997f1bc299c2e1e2b23b4ff79e7bbfcb3 (diff)
downloadfengari-7729b811e5d0523b3ad613284c8674876f0d8321.tar.gz
fengari-7729b811e5d0523b3ad613284c8674876f0d8321.tar.bz2
fengari-7729b811e5d0523b3ad613284c8674876f0d8321.zip
loadfile and dofile are available in the browser
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/README.md b/README.md
index 78ed892..ee6880f 100644
--- a/README.md
+++ b/README.md
@@ -30,11 +30,6 @@ In the browser `require` and `package.loadlib` try to find a file by making sync
- `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`
- - `luaL_loadfile`
- - `loadfile`
- - `dofile`
- The entire `io` lib
- `os.remove`
- `os.rename`