Implement Async Error reporting for WebGPU and update wgpu-core

This commit is contained in:
Kunal Mohan 2020-07-07 14:37:42 +05:30
parent 809b4ae2ee
commit 0dc1514d57
18 changed files with 568 additions and 74 deletions

View file

@ -154,6 +154,10 @@ DOMInterfaces = {
'GPUBuffer': {
'inRealms': ['MapAsync'],
},
'GPUDevice': {
'inRealms': ['PopErrorScope', 'Lost'],
}
}