From 0b10f96f9b516be2c76f97329423e204650c01fe Mon Sep 17 00:00:00 2001 From: John Riviello Date: Wed, 27 Nov 2024 13:48:20 -0500 Subject: [PATCH 1/2] Incrementing WASM to 2.0, as well as two 3.0 features that currently have full support --- index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 9d174af..7610aa1 100644 --- a/index.html +++ b/index.html @@ -448,9 +448,10 @@

Media specifications

WebAssembly specifications

From 4223f4c883ee412929b2d9cb54b12d8b21cca4cf Mon Sep 17 00:00:00 2001 From: John Riviello Date: Wed, 8 Jan 2025 16:11:26 -0500 Subject: [PATCH 2/2] Removing WebAssembly Typed Function References --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 7610aa1..943d8e3 100644 --- a/index.html +++ b/index.html @@ -451,7 +451,7 @@

WebAssembly specifications

  • WebAssembly Core Specification [[WASM-CORE-2]]
  • WebAssembly JavaScript Interface [[WASM-JS-API-2]]
  • WebAssembly Web API [[WASM-WEB-API-2]]
  • -
  • Note: In addition to the features specified in the 2.0 versions of the WebAssembly specifications, Extended Constant Expressions and Typed Function References (as defined by the WebAssembly Specification Release 3.0 Draft) are also expected to be included given their support across all four of the most widely used user agent code bases.
  • +
  • Note: In addition to the features specified in the 2.0 versions of the WebAssembly specifications, Extended Constant Expressions (as defined by the WebAssembly Specification Release 3.0 Draft) is also expected to be included given its support across all four of the most widely used user agent code bases.