primoly
primoly
Thank you for taking a look so rapidly and the suggestions. I’ve made the following changes based on your response: I’m now using `types::TypesRef` for reading the value. I don’t...
Thank you very much for taking another look. One thing I noticed is that the visitor would not work for anything other than validation, because it can’t share mutable state...
The issue is that `wit-bindgen` generates variable names for its internal conversion code by appending numbers to identifiers.[^1] In this case this causes the `x` field in the `d` argument...
> As I didn't find the invalid value nor the optimization documented in the canonical ABI You’re probably looking for #284.
The `run` function simply returns `result` (shorthand for `result`), so it just indicates success or failure.[^1] To return an exit code, a `command` component has to call `exit-with-code` inside `run`.[^2]...