Searched full:wasmtime (Results 1 – 11 of 11) sorted by relevance
9 use WASM runtimes such as *wasmtime*.29 build dependencies, WASI-SDK, wasmtime, and several additional tools.310 …[utimensat() with timespec=NULL sets wrong time](https://github.com/bytecodealliance/wasmtime/issu…312 symlink with an absolute path with wasmtime 0.36.0. The wasmtime runtime486 ### Install [wasmtime](https://github.com/bytecodealliance/wasmtime) WASI runtime488 wasmtime 0.38 or newer is required.491 curl -sSf -L -o ~/install-wasmtime.sh https://wasmtime.dev/install.sh492 chmod +x ~/install-wasmtime.sh493 ~/install-wasmtime.sh --version v0.38.0494 ln -srf -t /usr/local/bin/ ~/.wasmtime/bin/wasmtime[all …]
15 WASI builds require WASI SDK and wasmtime. The tool looks for 'WASI_SDK_PATH'105 wasm32-wasi tests require wasmtime on PATH. Please follow instructions at106 https://wasmtime.dev/ to install wasmtime.300 wasmtime = shutil.which("wasmtime")301 if wasmtime is None:302 raise MissingDependency("wasmtime", INSTALL_WASMTIME)318 "wasmtime run "
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
85 `wasmtime`_), and Python build time flags. WebAssembly, Emscripten, and WASI119 .. _wasmtime: https://wasmtime.dev/ target in WebAssembly platforms
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…
16 layout, optimization, and WASI runtime. Wasmtime can handle about 700-750
174 # WASI / wasmtime prevents symlinks with absolute paths, see man
1573 dnl wasmtime starts the proces with "/" as CWD. For OOT builds add the1575 …[WASI/*], [HOSTRUNNER='wasmtime run --env PYTHONPATH=/$(shell realpath --relative-to $(abs_srcdir)…
7615 …HOSTRUNNER='wasmtime run --env PYTHONPATH=/$(shell realpath --relative-to $(abs_srcdir) $(abs_buil…
847 wasmtime 2.0/main.2322 - gh-issue-90473: Skip symlink tests on WASI. wasmtime uses ``openat2(2)``