acuarica / evm

A Symbolic Ethereum Virtual Machine (EVM) bytecode interpreter, parser and decompiler, along with several other utils for programmatically extracting information from EVM bytecode.

Home Page:https://acuarica.github.io/evm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make `ercs` module and `isERC` method optional

acuarica opened this issue · comments

On the goal to make sevm more modular, we should separate ercs into their own module and exports in package.json.

This way the consumer has more control over how to bundle it in their applications. At the same time, we can provide an smaller default bundle in dist/sevm.js.

The difference in size by removing ercs is negligible, so it's not worth separating it at the moment.