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
In particular, we allow defining assets with an ItemSpec that points to a location that doesn't exist, and we have logic all over the place to fallback on the original item spec. That is not only costly, but error prone.
Recently, a bug was discovered that was caused because we didn't account for this ItemSpec behavior.
We should define webassembly assets properly and get rid of this problematic behavior on the SDK
The text was updated successfully, but these errors were encountered:
In particular, we allow defining assets with an ItemSpec that points to a location that doesn't exist, and we have logic all over the place to fallback on the original item spec. That is not only costly, but error prone.
Recently, a bug was discovered that was caused because we didn't account for this ItemSpec behavior.
We should define webassembly assets properly and get rid of this problematic behavior on the SDK
The text was updated successfully, but these errors were encountered: