summaryrefslogtreecommitdiffstats
path: root/src/corelib/platform/platform.pri
Commit message (Collapse)AuthorAgeFilesLines
* wasm: add qstdweb private APIMorten Johan Sørvig2019-02-071-0/+1
qstdweb provides a C++ API covering parts of the DOM API useful for implementing Qt. This currently includes ArrayBuffer, Blob, File, FileReader, and Uint8Array. The implementation uses emscripten::val, which currently proxies via JavaScript, but should at some point be able to acccess the DOM directly, once WebAssembly gains such access. This API should be easier to use than the string-and-casting emscripten::val API. It is currently private, and can be changed and extended as needed. Change-Id: I95a2ad735e511c8da61f3cc21357fbffe3b05d8e Reviewed-by: Lorn Potter <lorn.potter@gmail.com>