diff --git a/README.md b/README.md index ff5ae5f..15ed4b0 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ player.load('rtsp+webtransport://xxx.xxx.xxx.xxx/xxx') | 环境 | baseline | atomic | simd | webcodecs | | ----------- | ----------- |----------- | ----------- | ----------- | | Chrome | 74+ | 75+ | 91+ |94+ | -| Firefox | 61+ | 79+ | 89+ |N/A(linux video only) | +| Firefox | 61+ | 79+ | 89+ |130+ | | Safari | 13.4+ | 15+ | 16.4+ |16.4+(video only) | | Wasmtime | 0.20+ | 15+ | 15+ |N/A | | Wasmer | 0.7+ | N/A | N/A |N/A | diff --git a/README_en.md b/README_en.md index ce1c57b..57081e3 100644 --- a/README_en.md +++ b/README_en.md @@ -120,7 +120,7 @@ Codecs are compiled into separate wasm modules, the decoders are in the ```dist/ | environment | baseline | atomic | simd | webcodecs | | ----------- | ----------- |----------- | ----------- | ----------- | | Chrome | 74+ | 75+ | 91+ |94+ | -| Firefox | 61+ | 79+ | 89+ |N/A(linux video only) | +| Firefox | 61+ | 79+ | 89+ |130+ | | Safari | 13.4+ | 15+ | 16.4+ |16.4+(video only) | | Wasmtime | 0.20+ | 15+ | 15+ |N/A | | Wasmer | 0.7+ | N/A | N/A |N/A |