Skip to content

Commit f0f95a5

Browse files
committed
chore: test with latest typescript app bindings
1 parent 684957f commit f0f95a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/schema/bind/src/bindings

packages/schema/bind/src/bindings/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export function getGenerateBindingFn(
4343
);
4444
case "app-ts":
4545
return WrapBindgen.getGenerateBindingFn(
46-
"https://github.com/polywrap/wrap-abi-bindgen/tree/wrap-0.1/implementations/app-typescript"
46+
"https://github.com/polywrap/wrap-abi-bindgen/tree/nk/ts-app-codegen/implementations/app-typescript"
4747
);
4848
default:
4949
throw Error(`Error: Language binding unsupported - ${bindLanguage}`);

0 commit comments

Comments
 (0)