]> git.ipfire.org Git - thirdparty/qemu.git/commit
build-sys: pass -fvisibility=default for wasm bindgen
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 24 Sep 2025 12:04:23 +0000 (16:04 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 30 Sep 2025 15:33:25 +0000 (19:33 +0400)
commit582a39beea414c092dbd8c178f3eff3a718eee77
tree2f73671becec987d67bdbf2a8a5e19cf6727ead0
parent7a3fe60cb0ec2742371fd96a396de118800b213d
build-sys: pass -fvisibility=default for wasm bindgen

Otherwise, no functions are generated:
https://github.com/rust-lang/rust-bindgen/issues/2989

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
Message-ID: <20250924120426.2158655-27-marcandre.lureau@redhat.com>
meson.build
rust/bql/meson.build
rust/chardev/meson.build
rust/hw/char/pl011/meson.build
rust/hw/core/meson.build
rust/migration/meson.build
rust/qom/meson.build
rust/system/meson.build
rust/util/meson.build