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 27
27
28
28
- name : build-image
29
29
run : |
30
- podman rmi --ignore rust:alpine-mimalloc
31
-
32
30
pushd "$(mktemp -d)"
33
31
curl -f -L --retry 5 https://github.com/tweag/rust-alpine-mimalloc/archive/refs/heads/master.tar.gz | tar xz --strip-components=1
34
32
podman build \
51
49
rust:alpine-mimalloc \
52
50
sh -c 'TARGET=$(rustc -vV | sed -n "s|host: ||p") && exec ./build.sh --target $TARGET'
53
51
52
+ podman rmi rust:alpine-mimalloc
53
+
54
54
MIMALLOC_VERBOSE=1 ./bin/wasm-component-ld --help
55
55
MIMALLOC_VERBOSE=1 ./bin/wasm-tools --version
56
56
MIMALLOC_VERBOSE=1 ./bin/wasmtime --version
Original file line number Diff line number Diff line change 3
3
Static builds of ` wasm-tools ` , ` wasmtime-cli ` , ` wizer ` for
4
4
{x86_64,aarch64}-{linux,darwin,windows}:
5
5
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 `
10
10
- ` wizer ` : ` v7.0.5-git `
You can’t perform that action at this time.
0 commit comments