Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Commit

Permalink
Prepare Jason for mobile platforms support (#183, #182)
Browse files Browse the repository at this point in the history
- move web-specific external API's to api::wasm module
- move web-specific functionality to platform::wasm module

Additionally:
- upgrade Firefox to 86.0 version for E2E tests
  • Loading branch information
alexlapa authored Mar 9, 2021
1 parent dcbdcc3 commit e580a72
Show file tree
Hide file tree
Showing 89 changed files with 4,434 additions and 2,867 deletions.
7 changes: 5 additions & 2 deletions .clippy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ doc-valid-idents = [
"iOS", "macOS", "TeX", "LaTeX", "BibTeX", "BibLaTeX", "MinGW",
"BigInt64Array", "BigUint64Array",
"ConstrainDOMString", "ConstrainULong",
"DisplayMediaStreamConstraints",
"DOMHighResTimeStamp",
"getDisplayMedia", "getUserMedia", "gRPC",
"MediaDeviceKind", "MediaDeviceInfo",
"MediaStream", "MediaStreamConstraints", "MediaStreamTrack",
"MediaDevices", "MediaDeviceKind", "MediaDeviceInfo",
"MediaStream", "MediaStreamConstraints",
"MediaStreamTrack", "MediaStreamTrackState",
"MediaTrackConstraints",
"MessageEvent",
"RTCAudioSenderStats", "RTCSenderAudioTrackAttachmentStats",
Expand All @@ -30,5 +32,6 @@ doc-valid-idents = [
"RTCStats", "RTCStatsReport",
"RTCTrackEvent",
"RTCVideoSenderStats",
"VideoFacingModeEnum",
"WebDriver", "WebRTC", "WebSocket",
]
Loading

0 comments on commit e580a72

Please sign in to comment.