📄️ Global & Base
This page documents the changes & additions to Pluto's runtime environment, which is built on top of Lua 5.4's.
📄️ Assert
Must be included via require.
📄️ Base32
Must be included via require.
📄️ Base64
Must be included via require.
📄️ Bigint
Must be included via require.
📄️ CaT
The CaT module is available via require "pluto:cat" and provides encoding and decoding for the Colons and Tabs format.
📄️ Canvas
Must be included via require.
📄️ Coroutine
This page documents the changes & additions to the coroutine library in Pluto, which is built on top of Lua 5.4's.
📄️ Crypto
Must be included via require.
📄️ Exception
The exception class makes errors easier to parse with where and what members, as opposed to having a string with both.
📄️ FFI
Must be included via require.
📄️ HTTP
Must be included via require.
📄️ IO
This page documents the changes & additions to the io library in Pluto, which is built on top of Lua 5.4's.
📄️ JSON
Must be included via require.
📄️ Math
This page documents the changes & additions to the math library in Pluto, which is built on top of Lua 5.4's.
📄️ OS
This page documents the changes & additions to the os library in Pluto, which is built on top of Lua 5.4's.
📄️ Regex
The Regex module is available via require "pluto:regex" and provides Soup's flavor of the popular string matching language.
📄️ Scheduler
The scheduler class — available via require — can be used to easily set up coroutine-based cooperative multitasking.
📄️ Socket
Must be included via require. This library is not available in WASM builds of Pluto.
📄️ String
This page documents the changes & additions to the string library in Pluto, which is built on top of Lua 5.4's.
📄️ Table
This page documents the changes & additions to the table library in Pluto, which is built on top of Lua 5.4's.
📄️ URL
Must be included via require.
📄️ Vector3
Must be included via require.
📄️ XML
Must be included via require.