Home
last modified time | relevance | path

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

/third_party/python/Tools/wasm/
DREADME.md9 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 runtime
486 ### Install [wasmtime](https://github.com/bytecodealliance/wasmtime) WASI runtime
488 wasmtime 0.38 or newer is required.
491 curl -sSf -L -o ~/install-wasmtime.sh https://wasmtime.dev/install.sh
492 chmod +x ~/install-wasmtime.sh
493 ~/install-wasmtime.sh --version v0.38.0
494 ln -srf -t /usr/local/bin/ ~/.wasmtime/bin/wasmtime
[all …]
Dwasm_build.py15 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 at
106 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 "
/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/python/Doc/library/
Dintro.rst85 `wasmtime`_), and Python build time flags. WebAssembly, Emscripten, and WASI
119 .. _wasmtime: https://wasmtime.dev/ target in WebAssembly platforms
/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…
/third_party/python/Include/internal/
Dpycore_ceval.h16 layout, optimization, and WASI runtime. Wasmtime can handle about 700-750
/third_party/python/Lib/test/support/
Dos_helper.py174 # WASI / wasmtime prevents symlinks with absolute paths, see man
/third_party/python/
Dconfigure.ac1573 dnl wasmtime starts the proces with "/" as CWD. For OOT builds add the
1575 …[WASI/*], [HOSTRUNNER='wasmtime run --env PYTHONPATH=/$(shell realpath --relative-to $(abs_srcdir)…
Dconfigure7615 …HOSTRUNNER='wasmtime run --env PYTHONPATH=/$(shell realpath --relative-to $(abs_srcdir) $(abs_buil…
/third_party/python/Misc/
DNEWS847 wasmtime 2.0/main.
2322 - gh-issue-90473: Skip symlink tests on WASI. wasmtime uses ``openat2(2)``