Hi, what if I wanted to create a trace for every opcode that was run during an execution, does JCO support that? maybe I could use some debuger interface or something? :pray:
@Mirror Mystic you can use the --tracing
option for this
that will log all imported function calls for a given component in its transpiled output
which for eg WASI corresponds to all the WASI operations performed
yeah, I'm looking for something deeper then that, a trace for every opcode
yeah that would be more engine-level debugging I think
the Node.js or browser Wasm inspector should give you the same info you need here though for the most part against the core Wasm being executed
sorry, i didn't get that last part
Last updated: Nov 22 2024 at 17:03 UTC