We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1afe2e5 commit 9b355ecCopy full SHA for 9b355ec
wasm-wrappers/fdw/shopify_fdw/src/lib.rs
@@ -885,4 +885,7 @@ CREATE FOREIGN TABLE %s (
885
fn end_modify(_ctx: &Context) -> FdwResult {
886
Err("Shopify FDW is read-only".to_string())
887
}
888
-}
+}
889
+
890
+// Export the Guest implementation for WebAssembly
891
+bindings::export!(ShopifyFdw with_types_in bindings);
wasm-wrappers/fdw/shopify_fdw/wit/world.wit
@@ -1,4 +1,4 @@
1
-package supabase:shopify-fdw@0.0.1;
+package supabase:shopify-fdw@0.2.0;
2
3
world shopify {
4
import supabase:wrappers/http@0.2.0;
0 commit comments