Skip to content

Commit dc5a0ad

Browse files
Migrate from dart:html to package:web to support WASM (#164)
Co-authored-by: alexlapa <[email protected]>
1 parent 64a149e commit dc5a0ad

File tree

15 files changed

+448
-360
lines changed

15 files changed

+448
-360
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
- macos
139139
- windows
140140
runs-on: ${{ (matrix.platform == 'windows' && 'windows-latest')
141-
|| 'macos-13' }}
141+
|| 'macos-12' }}
142142
steps:
143143
- uses: actions/checkout@v4
144144
- uses: dtolnay/rust-toolchain@v1
@@ -151,7 +151,7 @@ jobs:
151151
# Pin Xcode version for better compatibility.
152152
- uses: maxim-lobanov/setup-xcode@v1
153153
with:
154-
xcode-version: "15.2"
154+
xcode-version: "13.1"
155155
if: ${{ matrix.platform == 'macos' }}
156156

157157
- run: make cargo.build platform=${{ matrix.platform }} debug=no

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ All user visible changes to this project will be documented in this file. This p
2323

2424
- Upgraded [libwebrtc] to [126.0.6478.182-r2] version. ([#155], [#162])
2525
- Disable [H264] software encoders and decoders. ([#153])
26+
- Migrated from [`dart:html`] to [`package:web`]. ([#164])
2627

2728
### Fixed
2829

@@ -45,6 +46,9 @@ All user visible changes to this project will be documented in this file. This p
4546
[#155]: https://github.com/instrumentisto/medea-flutter-webrtc/pull/155
4647
[#156]: https://github.com/instrumentisto/medea-flutter-webrtc/pull/156
4748
[#162]: https://github.com/instrumentisto/medea-flutter-webrtc/pull/162
49+
[#164]: https://github.com/instrumentisto/medea-flutter-webrtc/pull/164
50+
[`dart:html`]: https://dart.dev/libraries/dart-html
51+
[`package:web`]: https://pub.dev/packages/web
4852
[126.0.6478.182-r2]: https://github.com/instrumentisto/libwebrtc-bin/releases/tag/126.0.6478.182-r2
4953

5054

0 commit comments

Comments
 (0)