Skip to content

Commit

Permalink
Merge pull request #1251 from kevmoo/patch-1
Browse files Browse the repository at this point in the history
Update Dart docs
  • Loading branch information
vdice authored Apr 12, 2024
2 parents f37a6ff + 6cb4c1e commit f260ac8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions content/wasm-languages/dart.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags = ["dart", "webassembly"]
template = "page_lang"
[extra]
author = "Fermyon Staff"
last_modified = "2023-10-26T00:50:50Z"
last_modified = "2024-04-11T00:50:50Z"
url = "https://github.com/fermyon/developer/blob/main/content/wasm-languages/dart.md"

---
Expand All @@ -16,9 +16,6 @@ actively developing support for Wasm along with the Chrome team's work on
for this work-in-process can be found
[in the Dart SDK repository](https://github.com/dart-lang/sdk/tree/main/pkg/dart2wasm).

Dart also supports loading and running Wasm modules via
[package:wasm](https://github.com/dart-lang/wasm).

## Pros and Cons

We will update this once `dart2wasm` has been released.
Expand All @@ -39,6 +36,6 @@ Here are some great resources:
- There is a [tracking issue](https://github.com/dart-lang/sdk/issues/32894) for
Dart-to-Wasm work.
- [Source code](https://github.com/dart-lang/wasm) for `package:wasm`.
- Flutter now has [WebAssembly support for the browser](https://docs.flutter.dev/platform-integration/web/wasm)
- Flutter now has [WebAssembly support for the browser](https://flutter.dev/wasm)
- There was a great [presentation about Dart at Wasm I/O](https://youtu.be/Nkjc9r0WDNo?si=mWY8hJ7tw6mx3-Ne)
- In May, 2023, The New Stack ran an [article about WebAssembly in Dart 3 and Flutter 3.10](https://thenewstack.io/dev-news-dart-3-meets-wasm-flutter-3-10-and-qwik-streamable-javascript/)

0 comments on commit f260ac8

Please sign in to comment.