qtbase/util/wasm/preload
Piotr Wierciński 06ab82d945 wasm: Add helper for pluging preloads
Dynamic linking on WebAssembly involves preloading .so libraries
during startup of application. Normally, those plugin preload
lists are generating manually by user, which can be tedious.
Add a bash script which demonstrates how to call python
programs to generate preload lists.

Change-Id: I0a9869ad0d26606f8b33af2c38248cec3088dd0d
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
(cherry picked from commit 010ed17884)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-01-13 20:27:15 +00:00
..
generate_default_preloads.sh.in wasm: Add helper for pluging preloads 2025-01-13 20:27:15 +00:00
preload_qml_imports.py wasm: Add helper for pluging preloads 2025-01-13 20:27:15 +00:00
preload_qt_plugins.py wasm: Add helper for pluging preloads 2025-01-13 20:27:15 +00:00
wasm_binary_tools.py wasm: Parse wasm binaries to get dependencies 2024-02-23 20:41:29 +01:00