Time to Stable

For a given set of browsers, what APIs are in all of them and how many days it take for the API to land in the first browser to the last.

Example Comparisons
Browsers
Features

Summary

A count of the number of APIs that landed in A first and B last.
Last in ChromeLast in FirefoxLast in SafariLast in Edge
First in Chrome 817
First in Firefox 231
First in Safari 1
First in Edge 1

Average time for an API to become available across Chrome, Firefox, Safari, and Edge

60 APIs took an average of 385.33 days to become available to use.

API breakdown:

Average time to landing by year of first landing

If a feature landed in the earliest browser in 20XX it took Y days on average to become available in the last browser (when considering Chrome, Firefox, Safari, and Edge). TTA (time to available).
WebAssembly APIsWebAssembly TTA
2017 30310.27
2018 7702.71
2019 3934.67
2020 3329.67
2021 9248.78
2023 5459.20
2024 1423.00
2025 271.00

The Tortoise and the Hare

There is a natural tension on the web with respect to browser engines. Every engine has their own set of priorities which define the level of investment that they choose to make and on which areas they choose to make it.

A developer naturally wants their experiences to be available to the widest audience possible and these differing priorities create an unevenness on the platform (a lumpiness) making it harder for developers to build experiences that work everywhere.

This section highlights where browsers are pushing and pulling on the platform.

Sprinters

This table is designed to show which browsers are pushing on the platform the most.

Adding features to quickly is not always desired because developers are unlikely to adopt those features in their sites or apps.

For a given year, if a feature landed in Browser X first, how many days it take on average to be available in Chrome, Firefox, Safari, and Edge. TTA (time to available).
Year WebAssemblyWebAssembly TTA
2017
  Firefox 28224.00
  Chrome 21518.00
2018
  Chrome 6633.33
  Edge 11119.00
2019
  Chrome 3934.67
2020
  Firefox 2389.50
  Safari 1210.00
2021
  Chrome 9248.78
2023
  Chrome 4491.75
  Firefox 1329.00
2024
  Chrome 1423.00
2025
  Firefox 271.00

Plodders

This table is designed to show which browsers are pulling on the platform the most.

For a feature that first landed in year X, how many days did it take on average for the last browser to catch up across Chrome, Firefox, Safari, and Edge. TTA (time to available).
Year WebAssembly countWebAssembly TTA
2017
  Edge 28224.00
  Safari 21518.00
2018
  Safari 7702.71
2019
  Safari 3934.67
2020
  Safari 1300.00
  Chrome 1210.00
  Edge 1479.00
2021
  Firefox 8196.00
  Safari 1671.00
2023
  Safari 5459.20
2024
  Safari 1423.00
2025
  Edge 271.00

Stable APIs

Below is a list of features that are in Chrome, Firefox, Safari, and Edge

Raw Data

Quick Links:

WebAssembly Data

API First Browser Date Last Browser Date Days Notes
webassembly.BigInt-to-i64-integration πŸ“‹Firefox6/30/2020 Safari4/26/2021300
webassembly.api πŸ“‹Firefox3/7/2017 Edge10/17/2017224
webassembly.api.CompileError πŸ“‹Firefox3/7/2017 Edge10/17/2017224
webassembly.api.CompileError.CompileError πŸ“‹Firefox3/7/2017 Edge10/17/2017224
webassembly.api.Exception πŸ“‹Chrome10/19/2021 Firefox5/3/2022196
webassembly.api.Exception.Exception πŸ“‹Chrome10/19/2021 Firefox5/3/2022196
webassembly.api.Exception.Exception.options_parameter_traceStack Chrome10/19/2021 Firefox5/3/2022196
webassembly.api.Exception.getArg πŸ“‹Chrome10/19/2021 Firefox5/3/2022196
webassembly.api.Exception.is πŸ“‹Chrome10/19/2021 Firefox5/3/2022196
webassembly.api.Global πŸ“‹Chrome9/4/2018 Safari3/24/2020567
webassembly.api.Global.Global πŸ“‹Chrome9/4/2018 Safari3/24/2020567
Chrome: Constructing a Global with a value of v128 produces a TypeError.Chrome Android: Constructing a Global with a value of v128 produces a TypeError.Deno: Constructing a Global with a value of v128 produces a TypeError.Edge: Constructing a Global with a value of v128 produces a TypeError.Node.js: Constructing a Global with a value of v128 produces a TypeError.Quest Browser: Constructing a Global with a value of v128 produces a TypeError.Opera: Constructing a Global with a value of v128 produces a TypeError.Opera Android: Constructing a Global with a value of v128 produces a TypeError.Samsung Internet: Constructing a Global with a value of v128 produces a TypeError.WebView Android: Constructing a Global with a value of v128 produces a TypeError.
webassembly.api.Global.value πŸ“‹Chrome9/4/2018 Safari3/24/2020567
webassembly.api.Global.valueOf πŸ“‹Chrome9/4/2018 Safari3/24/2020567
webassembly.api.Instance πŸ“‹Firefox3/7/2017 Edge10/17/2017224
webassembly.api.Instance.Instance πŸ“‹Firefox3/7/2017 Edge10/17/2017224
webassembly.api.Instance.exports πŸ“‹Firefox3/7/2017 Edge10/17/2017224
webassembly.api.JSTag_static πŸ“‹Chrome7/18/2023 Safari3/31/2025622
webassembly.api.LinkError πŸ“‹Firefox3/7/2017 Edge10/17/2017224
webassembly.api.LinkError.LinkError πŸ“‹Firefox3/7/2017 Edge10/17/2017224
webassembly.api.Memory πŸ“‹Firefox3/7/2017 Edge10/17/2017224
webassembly.api.Memory.Memory πŸ“‹Firefox3/7/2017 Edge10/17/2017224
webassembly.api.Memory.Memory.shared πŸ“‹Chrome4/23/2019 Safari12/13/2021965
Safari: Shared WebAssembly.Memory is gated behind COOP/COEP. For more detail, read Making your website "cross-origin isolated" using COOP and COEP.Safari on iOS: Shared WebAssembly.Memory is gated behind COOP/COEP. For more detail, read Making your website "cross-origin isolated" using COOP and COEP.WebView on iOS: Shared WebAssembly.Memory is gated behind COOP/COEP. For more detail, read Making your website "cross-origin isolated" using COOP and COEP.
webassembly.api.Memory.buffer πŸ“‹Firefox3/7/2017 Edge10/17/2017224
webassembly.api.Memory.grow πŸ“‹Firefox3/7/2017 Edge10/17/2017224
webassembly.api.Memory.toFixedLengthBuffer πŸ“‹Firefox11/11/2025 Edge1/21/202671
webassembly.api.Memory.toResizableBuffer πŸ“‹Firefox11/11/2025 Edge1/21/202671
webassembly.api.Module πŸ“‹Firefox3/7/2017 Edge10/17/2017224
webassembly.api.Module.Module πŸ“‹Firefox3/7/2017 Edge10/17/2017224
webassembly.api.Module.customSections_static πŸ“‹Firefox3/7/2017 Edge10/17/2017224
webassembly.api.Module.exports_static πŸ“‹Firefox3/7/2017 Edge10/17/2017224
webassembly.api.Module.imports_static πŸ“‹Firefox3/7/2017 Edge10/17/2017224
webassembly.api.RuntimeError πŸ“‹Firefox3/7/2017 Edge10/17/2017224
webassembly.api.RuntimeError.RuntimeError πŸ“‹Firefox3/7/2017 Edge10/17/2017224
webassembly.api.Table πŸ“‹Firefox3/7/2017 Edge10/17/2017224
webassembly.api.Table.Table πŸ“‹Firefox3/7/2017 Edge10/17/2017224
webassembly.api.Table.get πŸ“‹Firefox3/7/2017 Edge10/17/2017224
webassembly.api.Table.grow πŸ“‹Firefox3/7/2017 Edge10/17/2017224
webassembly.api.Table.length πŸ“‹Firefox3/7/2017 Edge10/17/2017224
webassembly.api.Table.set πŸ“‹Firefox3/7/2017 Edge10/17/2017224
webassembly.api.Tag πŸ“‹Chrome10/19/2021 Firefox5/3/2022196
webassembly.api.Tag.Tag πŸ“‹Chrome10/19/2021 Firefox5/3/2022196
webassembly.api.compileStreaming_static πŸ“‹Chrome7/25/2017 Safari9/20/20211518
webassembly.api.compile_static πŸ“‹Firefox3/7/2017 Edge10/17/2017224
webassembly.api.instantiateStreaming_static πŸ“‹Chrome7/25/2017 Safari9/20/20211518
webassembly.api.instantiate_static πŸ“‹Firefox3/7/2017 Edge10/17/2017224
webassembly.api.validate_static πŸ“‹Firefox3/7/2017 Edge10/17/2017224
webassembly.bulk-memory-operations πŸ“‹Chrome6/4/2019 Safari10/25/2021874
webassembly.exception-handling πŸ“‹Chrome10/19/2021 Firefox5/3/2022196
webassembly.extended-constant-expressions πŸ“‹Firefox4/11/2023 Safari3/5/2024329
webassembly.fixed-width-SIMD πŸ“‹Chrome5/25/2021 Safari3/27/2023671
webassembly.garbage-collection πŸ“‹Chrome10/31/2023 Safari12/11/2024407
webassembly.jsStringBuiltins πŸ“‹Chrome10/15/2024 Safari12/12/2025423
webassembly.multi-value πŸ“‹Safari3/24/2020 Chrome10/20/2020210
webassembly.mutable-globals πŸ“‹Chrome9/4/2018 Safari3/24/2020567
webassembly.non-trapping-float-to-int-conversions πŸ“‹Edge10/2/2018 Safari10/25/20211119
webassembly.reference-types πŸ“‹Firefox7/28/2020 Edge11/19/2021479
webassembly.sign-extension-operations πŸ“‹Chrome9/4/2018 Safari4/26/2021965
webassembly.tail-calls πŸ“‹Chrome4/4/2023 Safari12/11/2024617
webassembly.threads-and-atomics πŸ“‹Chrome4/23/2019 Safari12/13/2021965
webassembly.typedFunctionReferences πŸ“‹Chrome10/31/2023 Safari9/16/2024321