aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2018-02-17 11:43:46 +1100
committerdaurnimator <quae@daurnimator.com>2018-02-17 11:48:16 +1100
commitf3687e76381bfd269748b0064b601b647cdb9cb7 (patch)
tree620d50c269fade5bb715bb5d84407e883ee78ce8 /README.md
parent768da18f285e6ccef7addad230e057b8a0f5f209 (diff)
downloadfengari-f3687e76381bfd269748b0064b601b647cdb9cb7.tar.gz
fengari-f3687e76381bfd269748b0064b601b647cdb9cb7.tar.bz2
fengari-f3687e76381bfd269748b0064b601b647cdb9cb7.zip
README.md: Add __gc metamethods to unsupported list
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index fed507c..b145f68 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,7 @@ In the browser `require` and `package.loadlib` try to find a file by making sync
- `os.execute`
- `debug.debug()` doesn't work from web workers due to lack of a method to get synchronous user input
- [Weak tables](http://www.lua.org/manual/5.3/manual.html#2.5.2)
+- `__gc` metamethods
### _Differences_