Searched +full:wasmtime +full:- +full:v0 (Results 1 – 3 of 3) sorted by relevance
5 - master8 - master10 - cron: '00 01 * * *'15 # For some builds, we use cross to test on 32-bit and big-endian18 # When CARGO is set to CROSS, TARGET is set to `--target matrix.target`.22 runs-on: ${{ matrix.os }}26 - pinned27 - stable28 - stable-3229 - stable-mips[all …]
3 **WARNING: WASM support is work-in-progress! Lots of features are not working yet.**7 (*wasm32-emscripten*) and WASI (*wasm32-wasi*) targets. Emscripten builds9 use WASM runtimes such as *wasmtime*.15 ## wasm32-emscripten build18 target (``--with-emscripten-target=browser``) is optimized for browsers.23 Cross compiling to the wasm32-emscripten platform needs the29 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 …]
3 // wasmtime v0.16. Typically this is some closure wrapper that expects a4 // collection of 'known' signatures, and -> ! is not included in that set.11 // check-pass19 fn foo<R: Bar>(_: impl Fn() -> R) {} in foo()