You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we need to pass cli params through many layers/calls: done in another branch
and too big patch; also we can just keep tracer local, instead of passing it everywhere
let address = 0x000000010;// should be in the main subprogram >= low_pc
138
-
//std::println!("address of {:?}: {:?}", *self.ip.get(), address);
139
-
// TODO: make this be a field with correct lifetime
140
-
letmut tracer = WasmTracer::new(std::path::Path::new("/home/pesho/code/codetracer-wasmi-recorder/wasm_test.wasm"));// "<path to test.wasm>: for now hardcoded TODO pass");
141
-
tracer.load_local_variables(address);
137
+
if tracer.tracing{
138
+
// TODO: change that, just startting from somewehre
0 commit comments