refactor primops

This commit is contained in:
2026-05-04 18:05:31 +08:00
parent b3e6591809
commit 62d65b2e5f
14 changed files with 163 additions and 133 deletions
+1
View File
@@ -30,6 +30,7 @@ mod instructions;
use bytecode_reader::BytecodeReader;
use forced::Forced;
use helpers::*;
mod primops;
type VmResult<T> = std::result::Result<T, VmError>;