Sergey Rubanov
Sergey Rubanov
Raw data
### Current progress - [x] remove results computations (with `Object.assign` and/or temporary variables) from test results #971 - [ ] move tests outside tests results (blocks converting test results to...
> The left most column header for "current browser" should tell us what the current browser is, ie "Ch 50" The way it is is analogous to you asking someone...
As reported in https://github.com/kangax/compat-table/pull/913 we have some async tests unexpectedly failing when running test for Node.js environment.
**The problem** Firefox SIMD support  [4] note  Firefox 52 Nightly should have `yes` results in 56 of 57 tests for SIMD. Maybe we should add a property `nightly`...
Painting API flag was added in [Safari Technology Preview 68](https://trac.webkit.org/changeset/237192/webkit) and updated later in versions [69](https://webkit.org/blog/8479/release-notes-for-safari-technology-preview-69/), [71](https://webkit.org/blog/8517/release-notes-for-safari-technology-preview-71/), [72](https://webkit.org/blog/8547/release-notes-for-safari-technology-preview-72/). I'm not sure when exactly Typed OM was added, but it's available...
**This is a tracking issue for a post-MVP feature** It will be updated as the issue progresses. **Topic** C/C++ API **Champion** Andreas Rossberg @rossberg **Status** in progress **[Phase](https://github.com/WebAssembly/meetings/blob/master/process/phases.md)** Feature Proposal...
There is another proposal https://github.com/GoogleChromeLabs/tasklets. Should we consider Task Worklets as replacement for Tasklets proposal?
It could be useful to have electron-to-nodejs versions also
Binary AST could hold additional type information for variables, parameters and return types. This can help VMs do some optimizations ahead of time. Of course types should be statically validated...