From d586a1cbf9ce6346260beb36705415fad202756f Mon Sep 17 00:00:00 2001 From: Kyle Finlinson Date: Sat, 14 Sep 2024 15:20:57 -0600 Subject: [PATCH] Update Dart webassembly-language-support.md Signed-off-by: Kyle Finlinson --- content/wasm-languages/webassembly-language-support.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/wasm-languages/webassembly-language-support.md b/content/wasm-languages/webassembly-language-support.md index af2edd6df..77ec91c0e 100644 --- a/content/wasm-languages/webassembly-language-support.md +++ b/content/wasm-languages/webassembly-language-support.md @@ -1,4 +1,4 @@ -date = "2024-02-18T01:01:01Z" +date = "2024-09-14T01:01:01Z" title = "WebAssembly Language Support Matrix" description = "Tracking the programming languages that compile to WebAssembly (Wasm). This page stays up to date with information about which languages can compile to Wasm, and what their language characteristics are." template = "page" @@ -39,7 +39,7 @@ Some languages, like CSS, PowerShell, and "Shell", don't really have a meaningfu | [Kotlin (JVM)][Kotlin] | ✅ | ✅ | ✅ | ⏳ | | [Kotlin (Wasm)][Kotlin] | ⏳ | ✅ | ✅ | ❌ | | [Rust][Rust] | ✅ | ✅ | ✅ | ✅ | -| [Dart][Dart] | ❌ | ⏳ | ❌ | ❌ | +| [Dart][Dart] | ✅ | ✅ | ⏳ | ❌ | * _Core_ means there is an implementation of WebAssembly 1.0 * _Browser_ means there is at least one browser implementation