Nothing
.onLoad = function(libname, pkgname)
{
# Provide path to package dylib for LuaJIT FFI
.Call(`_luajr_locate_dylib`, getLoadedDLLs()[["luajr"]][["path"]])
# Provide path to luajr module
.Call(`_luajr_locate_module`, system.file("module", "luajr.lua", package = "luajr"))
# Provide path to debugger.lua
.Call(`_luajr_locate_debugger`, system.file("module", "debugger.lua", package = "luajr"))
invisible()
}
.onUnload = function(libname, pkgname)
{
# Close the shared Lua state
lua_reset()
invisible()
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.