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
With the recent changes to the polywrap_native Rust package, it's no longer possible for users to implement a custom URI resolver because they can't construct an FfiUriPackageOrWrapper object and the callback interface for UriPackageOrWrapper was removed.
One is a class that has no constructor, but that is needed to construct FfiRecursiveUriResolver and FfiStaticUriResolver. The other is a callback interface that is not used anywhere.
The text was updated successfully, but these errors were encountered:
krisbitney
changed the title
polywrap_native URI resolution is broken
polywrap_native URI resolution is broken due to missing constructors
Aug 22, 2023
With the recent changes to the polywrap_native Rust package, it's no longer possible for users to implement a custom URI resolver because they can't construct an
FfiUriPackageOrWrapper
object and the callback interface forUriPackageOrWrapper
was removed.We also have two
FfiUriResolver
concepts:One is a class that has no constructor, but that is needed to construct
FfiRecursiveUriResolver
andFfiStaticUriResolver
. The other is a callback interface that is not used anywhere.The text was updated successfully, but these errors were encountered: