Installation
LuauInterop is split into packages:
| Package | Description |
|---|---|
LuauInterop |
The managed bindings |
LuauInterop.Native |
The native Luau runtime libraries |
LuauInterop.Sandbox |
Sandboxing utilities for untrusted code (DEPRECATED) |
LuauInterop.Ast |
Parsing and syntax tree utilities for LuauInterop |
Install the core packages:
dotnet add package LuauInterop
dotnet add package LuauInterop.Native
Optionally, add the AST parser package:
dotnet add package LuauInterop.Ast
Supported Platforms
| Platform | Runtime ID |
|---|---|
| Windows x64 | win-x64 |
| Linux x64 | linux-x64 |
| macOS x64 | osx-x64 |