the gpu like kinda functions idfk

This commit is contained in:
2025-06-26 23:27:56 +02:00
parent e2bc6bd469
commit 6a21b83d5a
11 changed files with 295 additions and 32 deletions

View File

@@ -114,6 +114,7 @@ libcomponent = {
while true do
local r = {pcall(component.invoke, addr, method, ...)}
computer.clearError()
-- in this situation, either the temperature is above 100 C and we throttle
-- or the call budget has been filled and we dont care
@@ -392,7 +393,9 @@ sandbox = {
},
utf8 = copy(utf8),
unicode = copy(string),
unicode = copy(unicode, {
wtrunc = function(s) return s end,
}),
checkArg = checkArg,
component = libcomponent,
computer = libcomputer,