@tokamak-zk-evm/synthesizer
Version:
Tokamak zk-EVM Synthesizer - Processes Ethereum transactions into wire maps for Tokamak zk-SNARK proof generation
13 lines (8 loc) • 331 B
text/typescript
import path from 'path';
import { fileURLToPath } from 'url';
const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);
export * from './globalWireList.js'
export * from './subcircuitInfo.js'
export * from './setupParams.js'
export const wasmDir = path.join(__dirname, '../constant/wasm');