Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit 2ee440e

Browse files
authored
Update README.md
1 parent 40b5930 commit 2ee440e

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
These packages provide utilities for loading and running WASM modules.
22

3-
## [wasm](https://github.com/dart-lang/wasm/blob/main/wasm/README.md)
3+
* [wasm](https://github.com/dart-lang/wasm/blob/main/wasm/README.md): Runs WASM modules in Dart native.
4+
* [flutter_wasm](https://github.com/dart-lang/wasm/blob/main/flutter_wasm/README.md): Runs WASM modules in Flutter.
45

5-
Runs WASM modules in Dart native.
6+
## Status: Experimental
67

7-
## [flutter_wasm](https://github.com/dart-lang/wasm/blob/main/flutter_wasm/README.md)
8+
**NOTE**: This package is currently experimental and published under the
9+
[labs.dart.dev](https://dart.dev/dart-team-packages) pub publisher in order to
10+
solicit feedback.
811

9-
Runs WASM modules in Flutter.
12+
For packages in the labs.dart.dev publisher we generally plan to either graduate
13+
the package into a supported publisher (dart.dev, tools.dart.dev) after a period
14+
of feedback and iteration, or discontinue the package. These packages have a
15+
much higher expected rate of API and breaking changes.
16+
17+
Your feedback is valuable and will help us evolve this package. For general
18+
feedback, suggestions, and comments, please file an issue in the
19+
[bug tracker](https://github.com/dart-lang/wasm/issues).

0 commit comments

Comments
 (0)