Review every host function that can fail (and wasmtime trap), and classify them. Transient errors will be continued to be retried as today, while permanent errors will never be retried.
This gives us a better starting point for the following changes.
Review every host function that can fail (and wasmtime trap), and classify them. Transient errors will be continued to be retried as today, while permanent errors will never be retried.
This gives us a better starting point for the following changes.