@ethersproject/asm doesn't bundle for browsers due to some use of path and other node-specific packages, for functionality we don't need.
Plan right now is to vendor a minimal subset (probably just opcode definitions, unless I end up regenerating them from elsewhere) and do the disassembling manually, which we can build lookups on the opcodes whatsabi actually needs.
@ethersproject/asm
doesn't bundle for browsers due to some use ofpath
and other node-specific packages, for functionality we don't need.Plan right now is to vendor a minimal subset (probably just opcode definitions, unless I end up regenerating them from elsewhere) and do the disassembling manually, which we can build lookups on the opcodes whatsabi actually needs.