We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 684957f commit f0f95a5Copy full SHA for f0f95a5
1 file changed
packages/schema/bind/src/bindings/index.ts
@@ -43,7 +43,7 @@ export function getGenerateBindingFn(
43
);
44
case "app-ts":
45
return WrapBindgen.getGenerateBindingFn(
46
- "https://github.com/polywrap/wrap-abi-bindgen/tree/wrap-0.1/implementations/app-typescript"
+ "https://github.com/polywrap/wrap-abi-bindgen/tree/nk/ts-app-codegen/implementations/app-typescript"
47
48
default:
49
throw Error(`Error: Language binding unsupported - ${bindLanguage}`);
0 commit comments