Home
last modified time | relevance | path

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

/third_party/rust/crates/memchr/.github/workflows/
Dci.yml5 - master
8 - master
10 - cron: '00 01 * * *'
15 # For some builds, we use cross to test on 32-bit and big-endian
18 # When CARGO is set to CROSS, TARGET is set to `--target matrix.target`.
22 runs-on: ${{ matrix.os }}
26 - pinned
27 - stable
28 - stable-32
29 - stable-mips
[all …]
/third_party/python/Tools/wasm/
DREADME.md3 **WARNING: WASM support is work-in-progress! Lots of features are not working yet.**
7 (*wasm32-emscripten*) and WASI (*wasm32-wasi*) targets. Emscripten builds
9 use WASM runtimes such as *wasmtime*.
15 ## wasm32-emscripten build
18 target (``--with-emscripten-target=browser``) is optimized for browsers.
23 Cross compiling to the wasm32-emscripten platform needs the
29 build dependencies, WASI-SDK, wasmtime, and several additional tools.
35 podman run --rm -ti -v $(pwd):/python-wasm/cpython:Z -w /python-wasm/cpython quay.io/tiran/cpythonb…
38 docker run --rm -ti -v $(pwd):/python-wasm/cpython -w /python-wasm/cpython quay.io/tiran/cpythonbui…
52 mkdir -p builddir/build
[all …]
/third_party/rust/rust/tests/ui/never_type/
Dfallback-closure-ret.rs3 // wasmtime v0.16. Typically this is some closure wrapper that expects a
4 // collection of 'known' signatures, and -> ! is not included in that set.
11 // check-pass
19 fn foo<R: Bar>(_: impl Fn() -> R) {} in foo()