qt5base-lts/util/wasm
Mikolaj Boc 592494e2e5 Use module.exports to get the entry function name in WASM test lib
Obtaining entry function name with exports = {} is about to get removed
(in emscripten 3.1.44). Use the only alternative, which is to specify
the module = {} object that gets the 'exports' variable. Oddly enough,
it gets assigned the only export name, even though the name is plural.

Change-Id: Idcda29bfcaed2d0a923a8d39af078359abc73f7d
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
2023-08-02 15:43:45 +02:00
..
batchedtestrunner Use module.exports to get the entry function name in WASM test lib 2023-08-02 15:43:45 +02:00
preload wasm: add shared library preload scripts 2023-07-03 19:02:48 +02:00
qtwasmserver Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
wasmtestrunner Implement new features in qt-wasmtestrunner 2022-08-31 12:47:40 +02:00