aboutsummaryrefslogtreecommitdiffstats
path: root/out/main.c
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-09-16 00:10:42 +0000
committerbloodstalker <thabogre@gmail.com>2018-09-16 00:10:42 +0000
commit9ca06ce6baaa38010af869096cd498ffbf24de94 (patch)
tree439945811a72cb1c2bd1e413a52646ac868eee13 /out/main.c
parentupdate (diff)
downloadluatablegen-9ca06ce6baaa38010af869096cd498ffbf24de94.tar.gz
luatablegen-9ca06ce6baaa38010af869096cd498ffbf24de94.zip
update
Diffstat (limited to '')
-rw-r--r--out/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/out/main.c b/out/main.c
index be01f97..2573bad 100644
--- a/out/main.c
+++ b/out/main.c
@@ -9,5 +9,5 @@
int main(int argc, char **argv) {
lua_State *ls = luaL_newstate();
luaL_openlibs(ls);
- reg_tablegen_tables(ls);
+ reg_tablegen_tables_wasm(ls);
}