First pass getting loadReagent support into the compiler with optimizations

This commit is contained in:
2025-12-17 17:49:34 -07:00
parent 6c11c0e6e5
commit 0b354d4ec0
8 changed files with 108 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ macro_rules! with_syscalls {
"loadBatched",
"loadBatchedNamed",
"loadSlot",
"loadReagent",
"set",
"setBatched",
"setBatchedNamed",
@@ -35,6 +36,7 @@ macro_rules! with_syscalls {
"lb",
"lbn",
"ls",
"lr",
"s",
"sb",
"sbn",