qt5base-lts/tests/manual/wasm/qstdweb
Morten Sørvig fde6bdfc5a wasm: add QIODevices for accessing JS data
BlobIoDevice: Supports reading data from a JS Blob,
which can be a File (on disk) or some other object
which can provide data. The native access functions
are async and using this class requires that asyncify
is available.

Uint8ArrayIODevice: Supports reading and writing to
a Uint8Array / ArrayBuffer. Similar to the existing
QByteArray::fromEcmaUint8Array() API, except that it
supports incremental accesss.

Change-Id: Ic5de3534ff75eb6c745287b73b15ccd92d74ac2c
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
2023-10-25 17:56:55 +02:00
..
CMakeLists.txt wasm: add QIODevices for accessing JS data 2023-10-25 17:56:55 +02:00
files_auto.html Make WASM export names different across modules 2023-06-20 09:08:03 +02:00
files_main.cpp Fix the files_main test 2023-02-23 14:16:06 +01:00
iodevices_auto.html wasm: add QIODevices for accessing JS data 2023-10-25 17:56:55 +02:00
iodevices_main.cpp wasm: add QIODevices for accessing JS data 2023-10-25 17:56:55 +02:00
promise_auto.html Make WASM export names different across modules 2023-06-20 09:08:03 +02:00
promise_main.cpp Make the promises js-less using a newly introduced thunk pool 2022-07-07 06:28:13 +02:00
qwasmcompositor_auto.html Make WASM export names different across modules 2023-06-20 09:08:03 +02:00
qwasmcompositor_main.cpp Modernize the qtloader 2023-06-05 23:14:28 +02:00