webasm-solidity
webasm-solidity copied to clipboard
Merkle computer should take interpreter path as input
Right now the wasmInterpreterPath is expected to be ../ from the cwd. It would be best to be able to input the path as a parameter somewhere.
Perhaps splitting up the merkle-computer file into compute, and utils might make this easier.