#ifndef WASM_H #define WASM_H void init_lua(); void deInit_Lua(); void call_lua_function(); #endif