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 c1e280e commit 0d26fccCopy full SHA for 0d26fcc
install-wasmtime.sh
@@ -9,6 +9,7 @@ if echo "int main(void) {}" | gcc -o /dev/null -v -x c - &> /dev/stdout| grep co
9
git clone [email protected]:bytecodealliance/wasmtime -b ${VER} \
10
&& cd wasmtime \
11
&& git submodule update --init \
12
- && cargo build --release --manifest-path crates/c-api/Cargo.toml
+ && RUSTFLAGS="-C target-feature=-crt-static" \
13
+ cargo build --release --manifest-path crates/c-api/Cargo.toml
14
fi
15
mv wasmtime-${VER}-x86_64-linux-c-api wasmtime-c-api
0 commit comments