Skip to content

Commit 9b355ec

Browse files
committed
fix broken build
1 parent 1afe2e5 commit 9b355ec

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

wasm-wrappers/fdw/shopify_fdw/src/lib.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -885,4 +885,7 @@ CREATE FOREIGN TABLE %s (
885885
fn end_modify(_ctx: &Context) -> FdwResult {
886886
Err("Shopify FDW is read-only".to_string())
887887
}
888-
}
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-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package supabase:shopify-fdw@0.0.1;
1+
package supabase:shopify-fdw@0.2.0;
22

33
world shopify {
44
import supabase:wrappers/http@0.2.0;

0 commit comments

Comments
 (0)