File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2727
2828 - name : build-image
2929 run : |
30- podman rmi --ignore rust:alpine-mimalloc
31-
3230 pushd "$(mktemp -d)"
3331 curl -f -L --retry 5 https://github.com/tweag/rust-alpine-mimalloc/archive/refs/heads/master.tar.gz | tar xz --strip-components=1
3432 podman build \
5149 rust:alpine-mimalloc \
5250 sh -c 'TARGET=$(rustc -vV | sed -n "s|host: ||p") && exec ./build.sh --target $TARGET'
5351
52+ podman rmi rust:alpine-mimalloc
53+
5454 MIMALLOC_VERBOSE=1 ./bin/wasm-component-ld --help
5555 MIMALLOC_VERBOSE=1 ./bin/wasm-tools --version
5656 MIMALLOC_VERBOSE=1 ./bin/wasmtime --version
Original file line number Diff line number Diff line change 33Static builds of ` wasm-tools ` , ` wasmtime-cli ` , ` wizer ` for
44{x86_64,aarch64}-{linux,darwin,windows}:
55
6- - ` wasm-component-ld ` : ` v0.5.11 `
7- - ` wasm-tools ` : ` v1.223 .0 `
8- - ` wasmtime-cli ` : ` v29 .0.0`
9- - ` wit-bindgen-cli ` : ` v0.37 .0 `
6+ - ` wasm-component-ld ` : ` v0.5.12 `
7+ - ` wasm-tools ` : ` v1.226 .0 `
8+ - ` wasmtime-cli ` : ` v30 .0.0`
9+ - ` wit-bindgen-cli ` : ` v0.39 .0 `
1010- ` wizer ` : ` v7.0.5-git `
You can’t perform that action at this time.
0 commit comments