summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2025-03-10 14:10:51 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2025-04-14 17:42:13 +0300
commita2d2d311a16207a1cd65fa18cd2c88ae749db9d8 (patch)
treef78f8a071191fe603ef180136ce671e76149848a /cross
parenteca9d81eb461b4c9c9f02e064419b207bf417d27 (diff)
downloadmeson-a2d2d311a16207a1cd65fa18cd2c88ae749db9d8.tar.gz
add exe_wrapper to the wasm cross file
This makes it possible to run tests ("1 trivial" passes). Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'cross')
-rw-r--r--cross/wasm.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/cross/wasm.txt b/cross/wasm.txt
index 2a6431978..1b589d61b 100644
--- a/cross/wasm.txt
+++ b/cross/wasm.txt
@@ -2,6 +2,7 @@
c = 'emcc'
cpp = 'em++'
ar = 'emar'
+exe_wrapper = 'node'
[built-in options]
c_args = []