fengari-lua / fengari

🌙 φεγγάρι - The Lua VM written in JS ES6 for Node and the browser
MIT License
1.81k stars 64 forks source link

lua_tojsstring undefined #164

Closed ToldFable closed 5 years ago

ToldFable commented 5 years ago

I'm trying to run js.global.document.createElement

When I do

js.global.document.createElement(lua_tojsstring ('b'))

It errors and says lua_tojsstring doesnt exist

daurnimator commented 5 years ago

lua_tojsstring is a Javascript function under fengari.lua, not a lua function.