Lines Matching full:wasmtime
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 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
500 * ``wasmtime run -g`` generates debugging symbols for gdb and lldb. The
502 https://github.com/bytecodealliance/wasmtime/issues/4669 .