Skip to content

vm

luau
local vm = require("@lute/vm")

WARNING

These APIs are still open to future evolution. In new major versions, they may change in backwards incompatible ways.

Summary

EntryDescription
createCreates a new Luau VM from the module at path and returns its exported table.

Functions and Properties

vm.create

Creates a new Luau VM from the module at path and returns its exported table.

luau
(path: string) -> { [any]: any }