From 937861e27bce799b5d34d92f0beb1dbedc7c7b49 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Sat, 25 Oct 2025 08:22:50 -0700 Subject: [PATCH] export OpCode --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index f6f4cc3..9e15b23 100644 --- a/src/index.ts +++ b/src/index.ts @@ -10,6 +10,7 @@ export async function run(bytecode: Bytecode, functions?: Record