mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-03 08:21:04 +00:00
Fixed WAPM version
This commit is contained in:
parent
f2c5f88b21
commit
a4a90dfcd8
2
Makefile
2
Makefile
@ -317,7 +317,7 @@ endif
|
|||||||
cp lib/runtime-c-api/doc/index.md ./capi/README.md
|
cp lib/runtime-c-api/doc/index.md ./capi/README.md
|
||||||
tar -C ./capi -zcvf wasmer-c-api.tar.gz lib include README.md LICENSE
|
tar -C ./capi -zcvf wasmer-c-api.tar.gz lib include README.md LICENSE
|
||||||
|
|
||||||
WAPM_VERSION = 0.5.0
|
WAPM_VERSION = v0.5.0
|
||||||
build-wapm:
|
build-wapm:
|
||||||
git clone --branch $(WAPM_VERSION) https://github.com/wasmerio/wapm-cli.git
|
git clone --branch $(WAPM_VERSION) https://github.com/wasmerio/wapm-cli.git
|
||||||
cargo build --release --manifest-path wapm-cli/Cargo.toml --features "telemetry update-notifications"
|
cargo build --release --manifest-path wapm-cli/Cargo.toml --features "telemetry update-notifications"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user