near / wasmtime

Standalone JIT-style runtime for WebAssembly, using Cranelift
https://wasmtime.dev/
Apache License 2.0
3 stars 4 forks source link

Remove RISC-V info from zkASM's `Inst::print_with_state` #218

Open mooori opened 7 months ago

mooori commented 7 months ago

For some instructions print_with_state for zkASM prints data related to RISC-V lowerings, for example:

https://github.com/near/wasmtime/blob/f65f194f4b3e3f2dae88122356c3198c3ae9ca76/cranelift/codegen/src/isa/zkasm/inst/mod.rs#L965-L973