Searched full:wasmtime (Results 1 – 3 of 3) sorted by relevance
23 RUN curl -L https://github.com/bytecodealliance/wasmtime/releases/download/dev/wasmtime-dev-x86_64-…25 ENV PATH=$PATH:/wasmtime-dev-x86_64-linux36 ENV CARGO_TARGET_WASM32_WASI_RUNNER=wasmtime \
89 - name: Download Wasmtime95 …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.xz97 echo `pwd`/wasmtime-v0.32.0-x86_64-linux >> $GITHUB_PATH98 echo "CARGO_TARGET_WASM32_WASI_RUNNER=wasmtime run --wasm-features simd --" >> $GITHUB_ENV
1505 wasmtime:1506 name: wasmtime1510 # Qemu doesn't support running Wasmtime.1526 repository: sunfishcode/wasmtime1527 path: wasmtime1532 - run: cd wasmtime && cargo update1533 …wasmtime && cargo tree --edges=normal |head -1 |sed 's/^[[:alnum:]_-]* v\([[:alnum:].-]*\) (.*/\1/…1534 - run: cd wasmtime && echo '[patch.crates-io]' >> Cargo.toml1535 - run: cd wasmtime && echo 'rustix = { path = ".." }' >> Cargo.toml1536 … cd wasmtime && cargo test --features "test-programs/test_programs" --workspace --exclude 'wasmtim…