You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf(plugin): Avoid data copy when transformation finished (#11223)
**Description:**
When the transformation is done, we can make sure that the
`transformed_result` won't be used by wasm imports. So it's safe to
fetch the data from it without cloning the bytes.
0 commit comments