Sergey Rubanov

Results 240 comments of Sergey Rubanov

Probably we can use [eshost](https://github.com/bterlson/eshost/) to test JS engines and collect some data. I'll try to build a prototype when I'll have some free time.

Nice project by Bocoup: https://test262.report. Unfortunately it doesn't cover `WebAssembly` built-in Object.

Wasm needs [feature testing](https://webassembly.org/docs/feature-test/) at some point

@KronicDeth if I understand you correctly, "jump" is possible already via `call_indirect`. WebAssembly still lacks feature detection though. I think that something like `( has_feature "simd" )` along with `i32.eq`...

Wouldn't it be better to link to Stage 3 reviews issue in proposal repo instead of adding (and possibly changing) names?

As I mentioned at meeting, there is also (non-cross-realm) [`global` proposal](https://github.com/tc39/proposal-global) to ECMAScript. It's on stage 3 now and it's blocked by some compatibility issues: - https://bugzilla.mozilla.org/show_bug.cgi?id=1325907 - https://bugzilla.mozilla.org/show_bug.cgi?id=1326032 -...

According to https://webassembly.org/roadmap/, all major browsers have threads feature implemented already

[Decimal](https://github.com/littledan/proposal-decimal) reaches stage 1

I think you forgot to mention [Extend TimeZoneName Option Proposal](https://github.com/tc39/proposal-intl-extend-timezonename/) moving to stage 2 (on day 2)