From 8213b7a62e35f9b21b75d37f36eb10f8479c883e Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Wed, 8 Jun 2022 17:51:43 +0200 Subject: [PATCH] gh-90473: Define HOSTRUNNER for WASI --- configure | 2 ++ configure.ac | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/configure b/configure index 34c43b9dde3166..601089cd44c204 100755 --- a/configure +++ b/configure @@ -6688,6 +6688,8 @@ else fi ;; #( + WASI/*) : + HOSTRUNNER='wasmtime run --env PYTHONPATH=$$(realpath --relative-to $(abs_srcdir) $(abs_builddir))/$$(cat pybuilddir.txt) --mapdir /::$(srcdir) --' ;; #( *) : HOSTRUNNER='' ;; diff --git a/configure.ac b/configure.ac index 07a178a996c194..4c540ec52b4d86 100644 --- a/configure.ac +++ b/configure.ac @@ -1424,6 +1424,10 @@ then HOSTRUNNER='node' ]) ], + dnl TODO: support other WASI runtimes + dnl wasmtime starts the proces with "/" as CWD. For OOT builds add the + dnl directory containing _sysconfigdata to PYTHONPATH. + [WASI/*], [HOSTRUNNER='wasmtime run --env PYTHONPATH=$$(realpath --relative-to $(abs_srcdir) $(abs_builddir))/$$(cat pybuilddir.txt) --mapdir /::$(srcdir) --'], [HOSTRUNNER=''] ) fi pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy