File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4949from ..utils .event import Eventful
5050from ..utils import config
5151
52- from wasm import decode_module , Section
53- from wasm .wasmtypes import (
52+ from wasm_tob import decode_module , Section
53+ from wasm_tob .wasmtypes import (
5454 SEC_TYPE ,
5555 SEC_IMPORT ,
5656 SEC_FUNCTION ,
Original file line number Diff line number Diff line change 22from dataclasses import dataclass
33from ..core .smtlib import issymbolic , BitVec
44from ctypes import *
5- import wasm
5+ import wasm_tob as wasm
66import struct
77from ..core .state import Concretize
88
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ def rtd_dependent_deps():
7676 "rlp" ,
7777 "intervaltree" ,
7878 "crytic-compile>=0.2.2" ,
79- "wasm" ,
79+ "git+https://github.com/trail-of-forks/ wasm-tob.git@ekilmer/init-fork#egg=wasm-tob " ,
8080 "dataclasses; python_version < '3.7'" ,
8181 "pyevmasm>=0.2.3" ,
8282 ]
You can’t perform that action at this time.
0 commit comments