We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc7a3ec commit aac14cbCopy full SHA for aac14cb
Makefile
@@ -76,11 +76,7 @@ bench:
76
# Creates a release build in a containerized build environment of the static library for Alpine Linux (.a)
77
release-build-alpine:
78
# build the muslc *.a file
79
- docker run --rm -v $(shell pwd)/libwasmvm:/code \
80
- -e CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER=aarch64-linux-musl-gcc \
81
- -e CC_aarch64_unknown_linux_musl=aarch64-linux-musl-gcc \
82
- -e CFLAGS_aarch64_unknown_linux_musl="" \
83
- $(BUILDERS_PREFIX)-alpine
+ docker run --rm -v $(shell pwd)/libwasmvm:/code $(BUILDERS_PREFIX)-alpine
84
cp libwasmvm/artifacts/libwasmvm_muslc.x86_64.a internal/api
85
cp libwasmvm/artifacts/libwasmvm_muslc.aarch64.a internal/api
86
make update-bindings
0 commit comments