summaryrefslogtreecommitdiff
path: root/op_crates/web/00_webidl.js
AgeCommit message (Collapse)Author
2021-03-08fix(webgpu): add webidl records and simple unions (#9698)Luca Casonato
The only functional user facing difference is that this commit allows the use SPIRV shaders, not just WGSL. This matches FF and Chrome Canary.
2021-03-01chore: improve internal webidl functions (#9606)Luca Casonato
2021-02-16chore: add internal webidl helpers for enums and nullables (#9504)Anonymous
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
2021-02-13fix: webidl utils and align `Event` to spec (#9470)Luca Casonato