Commit Graph

4 Commits

Author SHA1 Message Date
Max Desiatov
326c73f5ec wasm-run.py: make wasmkit path consistent with build_runtime_with_host_compiler
When passing `--build-runtime-with-host-compiler` there's no such executable `wasmkit-cli` in the host toolchain, where it's named `wasmkit` when installed. Let's make that consistent to make it work in both cases.
2025-07-17 17:16:07 +01:00
Max Desiatov
b3938195ce utils/wasm-run.py: clean up naming for WASIRunner (#83028) 2025-07-14 13:33:58 -07:00
Yuta Saito
581ee4ebcc build: Run executable tests with WasmKit when available
This patch allows running executable tests with WasmKit. If WasmKit is
not built, fall back to running only non-executable tests. Also add
stdlib and Concurrency executable tests to run.
2024-02-07 07:32:50 +00:00
Max Desiatov
9e75e8e6a1 tests: configure Wasm runtime selection in lit.cfg 2023-07-22 15:30:16 +01:00