Skip to content

Commit 94fb7f1

Browse files
committed
doc: update Multithreading documentation as embedded wasm isnt a requirement anymore
1 parent f489fbb commit 94fb7f1

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

doc/api/Miscellaneous/MultiThreading.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -225,13 +225,10 @@ You can find it at any of the following places:
225225
import { EMBEDDED_WORKER } from "rx-player/experimental/features/embeds";
226226
```
227227

228-
This allows to bypass the need to store and serve separately those two files.
228+
This allows to bypass the need to store and serve separately that file.
229229

230230
If you would prefer more control and a smaller bundle size, you may instead consider the
231-
other following ways to load those as separate files. This will lead to smaller file
232-
sizes and they will only be loaded on demand, but at a maintenance cost: you'll have to
233-
store and serve those files yourself as well as not forget to update them each time you
234-
update the RxPlayer.
231+
other following ways to it as a separate file.
235232

236233
- With every release note published on GitHub as `worker.js` (you should only use the file
237234
linked to the RxPlayer's version you're using),

0 commit comments

Comments
 (0)