Skip to content

Commit f260ac8

Browse files
authored
Merge pull request #1251 from kevmoo/patch-1
Update Dart docs
2 parents f37a6ff + 6cb4c1e commit f260ac8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

content/wasm-languages/dart.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tags = ["dart", "webassembly"]
55
template = "page_lang"
66
[extra]
77
author = "Fermyon Staff"
8-
last_modified = "2023-10-26T00:50:50Z"
8+
last_modified = "2024-04-11T00:50:50Z"
99
url = "https://github.com/fermyon/developer/blob/main/content/wasm-languages/dart.md"
1010

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

19-
Dart also supports loading and running Wasm modules via
20-
[package:wasm](https://github.com/dart-lang/wasm).
21-
2219
## Pros and Cons
2320

2421
We will update this once `dart2wasm` has been released.
@@ -39,6 +36,6 @@ Here are some great resources:
3936
- There is a [tracking issue](https://github.com/dart-lang/sdk/issues/32894) for
4037
Dart-to-Wasm work.
4138
- [Source code](https://github.com/dart-lang/wasm) for `package:wasm`.
42-
- Flutter now has [WebAssembly support for the browser](https://docs.flutter.dev/platform-integration/web/wasm)
39+
- Flutter now has [WebAssembly support for the browser](https://flutter.dev/wasm)
4340
- There was a great [presentation about Dart at Wasm I/O](https://youtu.be/Nkjc9r0WDNo?si=mWY8hJ7tw6mx3-Ne)
4441
- 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 commit comments

Comments
 (0)