I'm noticing that if I have a call hook to record state transitions it records a lot of CallingWasm to ReturningWasm states before it executes that long running function. I'm using preview 2 and I'm just wondering if we are doing that to set up preliminary data before we execute?
You're probably seeing the enter/exit from wasm from calling cabi_realloc
which would depend on the shape of the WIT and data being passed to the function. In essence though, yes, ithat's setting up data before execution
Awesome thank you
Last updated: Nov 22 2024 at 17:03 UTC