feat(furvm): introduce slice instruction

This commit is contained in:
2026-09-03 23:55:57 +02:00
parent fe37bf8058
commit b067bbb4ea
3 changed files with 13 additions and 1 deletions
+1
View File
@@ -56,6 +56,7 @@ struct instruction {
PushU32,
PushConstant,
Array,
Slice,
Get,
Set,
Drop,