|
1 | | -## 3.4.3 |
| 1 | +## 3.4.3 - 2024-06-05 |
2 | 2 |
|
3 | 3 | This is a patch release that: |
4 | 4 |
|
5 | 5 | - Fixes an issue where `DART_VM_OPTIONS` were not correctly parsed for |
6 | | - standalone Dart executables created with `dart compile exe` (issue [#55767]). |
| 6 | + standalone Dart executables created with `dart compile exe` (issue |
| 7 | + [#55818]). |
7 | 8 |
|
8 | 9 | - Fixes a bug in dart2wasm that can result in a runtime error that says |
9 | | - `array.new_fixed()` has a constant larger than 10000 (issues [#55872], |
10 | | - [#55876]). |
| 10 | + `array.new_fixed()` has a constant larger than 10000 (issue [#55873]). |
11 | 11 |
|
12 | | -- Adds support for `--enable-experiment` flag to `dart compile wasm. |
| 12 | +- Adds support for `--enable-experiment` flag to `dart compile` wasm |
| 13 | + (issue [#55894]). |
13 | 14 |
|
14 | | -- Fixes an issue in dart2wasm compiler that can result in incorrect nullability |
15 | | - of type parameter (see [#55741]) |
| 15 | +- Fixes an issue in dart2wasm compiler that can result in incorrect |
| 16 | + nullability of type parameter (see [#55895]). |
16 | 17 |
|
17 | | -- Disallows `dart:ffi` imports in user code in dart2wasm (e.g. issue [#53910]) as |
18 | | - dart2wasm's currently only supports a small subset of `dart:ffi` (tracking |
19 | | - issue [#46690]). |
| 18 | +- Disallows `dart:ffi` imports in user code in dart2wasm (e.g. issue |
| 19 | + [#53910]) as dart2wasm's currently only supports a small subset of |
| 20 | + `dart:ffi` (issue [#55890]). |
20 | 21 |
|
21 | | -[#55767]: https://github.com/dart-lang/sdk/issues/55767 |
22 | | -[#55872]: https://github.com/dart-lang/sdk/issues/55872 |
23 | | -[#55876]: https://github.com/dart-lang/sdk/issues/55876 |
24 | | -[#55741]: https://github.com/dart-lang/sdk/issues/55741 |
25 | | -[#55733]: https://github.com/dart-lang/sdk/issues/53910 |
26 | | -[#46690]: https://github.com/dart-lang/sdk/issues/46690 |
| 22 | +[#55818]: https://github.com/dart-lang/sdk/issues/55818 |
| 23 | +[#55873]: https://github.com/dart-lang/sdk/issues/55873 |
| 24 | +[#55894]: https://github.com/dart-lang/sdk/issues/55894 |
| 25 | +[#55895]: https://github.com/dart-lang/sdk/issues/55895 |
| 26 | +[#55910]: https://github.com/dart-lang/sdk/issues/53910 |
| 27 | +[#55890]: https://github.com/dart-lang/sdk/issues/55890 |
27 | 28 |
|
28 | 29 | ## 3.4.2 - 2024-05-29 |
29 | 30 |
|
|
0 commit comments