diff --git a/jsr/src/bin/index.ts b/jsr/src/bin/index.ts index 56cc20c..3f0a7dc 100644 --- a/jsr/src/bin/index.ts +++ b/jsr/src/bin/index.ts @@ -102,6 +102,6 @@ const x86_64 = { * runtime-specific FFI adapters. */ ffi: x86_64ffi, -}; +} as const; export { x86_64 };