feat(vm): threaded VM
This commit is contained in:
@@ -8,6 +8,8 @@ use num_enum::TryFromPrimitive;
|
||||
use rnix::TextRange;
|
||||
use string_interner::Symbol as _;
|
||||
|
||||
pub mod disassembler;
|
||||
|
||||
pub struct InstructionPtr(pub usize);
|
||||
|
||||
pub trait BytecodeContext {
|
||||
|
||||
Reference in New Issue
Block a user