aboutsummaryrefslogtreecommitdiffstats
path: root/out/main.c
diff options
context:
space:
mode:
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);
}