Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Dart webassembly-language-support.md #1380

Merged
merged 1 commit into from
Sep 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/wasm-languages/webassembly-language-support.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm curious about this definition. GC languages require 2.0, right? So should Core column be ❌ for Dart, Java, Kotlin, etc?

If not, then I believe Dart should be ✅

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@technosophos I'm going to merge this on the basis of Kotlin being green, but I may be misunderstanding your intent with the Core column. If so let me know and we can put it back to what you intended (running it past Kyle of course).

Expand Down
Loading