Skip to content

Commit

Permalink
fix: 修复 wasmBaseSupported 在 worker 中错误的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaohappy committed Nov 20, 2024
1 parent 1ff3c8c commit 6b79e8a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dist/avplayer-ui/118.avplayer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/avplayer-ui/avplayer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/avplayer/118.avplayer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/avplayer/avplayer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/avplayer/AVPlayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ export default class AVPlayer extends Emitter implements ControllerObserver {
}

// 不支持 wasm
if (!support.wasmBaseSupported) {
if (!support.wasmPlayerSupported) {
return true
}

Expand Down
2 changes: 1 addition & 1 deletion src/avrender/pcm/AudioSourceWorkletProcessor2_.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/avrender/pcm/AudioSourceWorkletProcessor_.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/cheap
2 changes: 1 addition & 1 deletion src/common
Submodule common updated 1 files
+2 −1 util/support.ts

0 comments on commit 6b79e8a

Please sign in to comment.