This repository was archived by the owner on Jul 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 11These 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 ) .
You can’t perform that action at this time.
0 commit comments