We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a531e3 commit 9665ef4Copy full SHA for 9665ef4
1 file changed
projects/wasmer.io/package.yml
@@ -1,6 +1,9 @@
1
distributable:
2
- strip-components: 1
3
- url: https://github.com/wasmerio/wasmer/archive/refs/tags/{{version.tag}}.tar.gz
+ # added in v7.1.0 with all submodules.
+ - url: https://github.com/wasmerio/wasmer/releases/download/{{version.tag}}/wasmer-full-source.tar.xz
4
+ strip-components: 1
5
+ - url: https://github.com/wasmerio/wasmer/archive/refs/tags/{{version.tag}}.tar.gz
6
7
8
versions:
9
github: wasmerio/wasmer
0 commit comments