]> git.ipfire.org Git - thirdparty/qemu.git/commit
meson: Add wasm build in build scripts
authorKohei Tokunaga <ktokunaga.mail@gmail.com>
Mon, 28 Apr 2025 06:39:07 +0000 (15:39 +0900)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 6 May 2025 14:02:04 +0000 (16:02 +0200)
commitccc403ed5844613849deeaf18cba380b55b6e9bf
tree80198daf7cf01de2c0639f998e602fb50c6644dd
parent5b78d120ffa2c343728600082777a49cbc825ee1
meson: Add wasm build in build scripts

has_int128_type is set to false on emscripten as of now to avoid errors by
libffi. Tests are disabled on emscripten because they rely on host
features that aren't supported by emscripten (e.g. fork and unix
socket).

Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
Link: https://lore.kernel.org/r/ad03b3b180335f59e785e930968077bf15c46260.1745820062.git.ktokunaga.mail@gmail.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
MAINTAINERS
configs/meson/emscripten.txt [new file with mode: 0644]
configure
meson.build
meson_options.txt
scripts/meson-buildoptions.sh