Discover Packages
github.com/busyster996/dagflow
internal
runner
lua
libs
runtime
package
Version:
v0.0.0-...-23e27bb
Opens a new window with list of versions in this module.
Published: Jan 5, 2026
License: GPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
runtime
Usage
local runtime = require("runtime")
if not(runtime.goos() == "linux") then error("not linux") end
if not(runtime.goarch() == "amd64") then error("not amd64") end
Expand ▾
Collapse ▴
Documentation
¶
GOARCH lua runtime.goarch() return string
GOOS lua runtime.goos() return string
Loader is the module loader function.
Preload adds runtime to the given Lua state's package.preload table. After it
has been preloaded, it can be loaded using require:
local runtime = require("runtime")
Source Files
¶
Click to show internal directories.
Click to hide internal directories.