Derek Schuff

Results 291 comments of Derek Schuff

@yuri91 Do you know what flags are required to enable this feature on various browser implementations? It would be nice to add support for the proposal to https://github.com/GoogleChromeLabs/wasm-feature-detect but... I...

I imagine it would not be on by default if there's a flag for it (since the way browsers usually ship features is to put them behind a flag, and...

Not sure this is worth landing or not. the timings are fairly noisy.

I think Safari is released twice a year, once with the major OS updates in the fall, and once in the spring.

Also, it looks like we currently use `MIN_{browser}_VERSION` to gate use of JS APIs, but not to set wasm features at all right now. so we'd want to add that.

Oh, and while we're at it, we should maybe also drop default support for EdgeHTML (i.e. old edge), and let MIN_CHROME_VERSION gate Chromium-edge versions.

> Though before we choose to bump these min versions, we can certainly already now start adding checks that test if all the minimum environment features are such that e.g....

/cc @RReverser @tlively (based on activity from the linked issues above)

I looked at the data from https://gs.statcounter.com/ios-version-market-share/mobile-tablet/worldwide/#monthly-202212-202312 (the graph isn't very useful because it doesn't aggregate by major version, but I downloaded the CSV) and found that the current market...

I think in order to flip the switch on this the way we did with signext, we'd want Binaryen bulk-memory and nontrapping-fptoint-lowering passes, right?