diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2019-11-03 08:29:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-03 08:29:14 -0500 |
commit | d02496969a892e45314e38fad6ad092b9464b92d (patch) | |
tree | 615db8a1f539d381a2eb7575e94a2f44a04a793c /components/script/dom/webgl_extensions | |
parent | 7f77cb0bde01065e82cbb50214f3d21811fdd7dc (diff) | |
parent | 9fb01e879ba5fa110a171b36189e043a201a14eb (diff) | |
download | servo-d02496969a892e45314e38fad6ad092b9464b92d.tar.gz servo-d02496969a892e45314e38fad6ad092b9464b92d.zip |
Auto merge of #24563 - Akash-Pateria:async-wasm-compilation-initial, r=jdm
Binding stream consumer to support asynchronous WebAssembly compilation
This PR contains changes related to binding the Stream Consumer wrapper for supporting async WebAssembly compilation in Servo. The changes are listed below:
- Added a StreamConsumer wrapper and implemented its corresponding behaviors such as consumeChunk, streamEnd, streamError, and noteResponseURLs.
- Added ReportStreamErrorCallback for reporting the CompileError/TypeError occurred during the compilation.
---
- [X] `./mach build -d` does not report any errors, however, it has a few warnings of unused functions since we are calling them as yet.
- [X] `./mach test-tidy` does not report any errors
- [X] These changes are part of #21476 fix
Diffstat (limited to 'components/script/dom/webgl_extensions')
0 files changed, 0 insertions, 0 deletions