Home
last modified time | relevance | path

Searched full:wasmtime (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/libc/ci/docker/wasm32-wasi/
DDockerfile23 RUN curl -L https://github.com/bytecodealliance/wasmtime/releases/download/dev/wasmtime-dev-x86_64-…
25 ENV PATH=$PATH:/wasmtime-dev-x86_64-linux
36 ENV CARGO_TARGET_WASM32_WASI_RUNNER=wasmtime \
/third_party/rust/crates/memchr/.github/workflows/
Dci.yml89 - name: Download Wasmtime
95 …curl -LO https://github.com/bytecodealliance/wasmtime/releases/download/v0.32.0/wasmtime-v0.32.0-x…
96 tar xvf wasmtime-v0.32.0-x86_64-linux.tar.xz
97 echo `pwd`/wasmtime-v0.32.0-x86_64-linux >> $GITHUB_PATH
98 echo "CARGO_TARGET_WASM32_WASI_RUNNER=wasmtime run --wasm-features simd --" >> $GITHUB_ENV
/third_party/rust/crates/rustix/.github/workflows/
Dtest-users.yml1505 wasmtime:
1506 name: wasmtime
1510 # Qemu doesn't support running Wasmtime.
1526 repository: sunfishcode/wasmtime
1527 path: wasmtime
1532 - run: cd wasmtime && cargo update
1533wasmtime && cargo tree --edges=normal |head -1 |sed 's/^[[:alnum:]_-]* v\([[:alnum:].-]*\) (.*/\1/…
1534 - run: cd wasmtime && echo '[patch.crates-io]' >> Cargo.toml
1535 - run: cd wasmtime && echo 'rustix = { path = ".." }' >> Cargo.toml
1536 … cd wasmtime && cargo test --features "test-programs/test_programs" --workspace --exclude 'wasmtim…