We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62affb7 commit 4eabdc5Copy full SHA for 4eabdc5
packages/test-cases/src/index.ts
@@ -22,7 +22,7 @@ export async function fetchWrappers(): Promise<void> {
22
zip.extractAllTo(destination, /*overwrite*/ true);
23
}
24
25
- const tag = "0.1.1"
+ const tag = "0.2.0"
26
const repoName = "wasm-test-harness"
27
const url = `https://github.com/polywrap/${repoName}/releases/download/${tag}/wrappers`;
28
0 commit comments