View Source luerl_sandbox (luerl v1.4.1)

Summary

Functions

Sandboxed execution environment for Luerl with reduction counting. This module provides a way to run Lua code with controlled execution, limiting the number of reductions (computational steps) to prevent excessive resource consumption.

Functions

Sandboxed execution environment for Luerl with reduction counting. This module provides a way to run Lua code with controlled execution, limiting the number of reductions (computational steps) to prevent excessive resource consumption.

Link to this function

run(S, St, MaxR, Opts, MaxT)

View Source