diff options
author | bloodstalker <thabogre@gmail.com> | 2018-09-16 00:10:42 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-09-16 00:10:42 +0000 |
commit | 9ca06ce6baaa38010af869096cd498ffbf24de94 (patch) | |
tree | 439945811a72cb1c2bd1e413a52646ac868eee13 /out/main.c | |
parent | update (diff) | |
download | luatablegen-9ca06ce6baaa38010af869096cd498ffbf24de94.tar.gz luatablegen-9ca06ce6baaa38010af869096cd498ffbf24de94.zip |
update
Diffstat (limited to 'out/main.c')
-rw-r--r-- | out/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |