v1.6.0
This minor release introduces an exciting new feature: The BlobWorker
👷♀️👷♂️
Use the BlobWorker
to spawn workers from in-memory code. You can create stand-alone bundles that ship the master and the worker code in one file, without the need to reference a separate worker file at runtime.
Read its documentation for more details.
Features
- Spawn worker from blob / inlined bundle (#211)