Skip to content

v1.6.0

Compare
Choose a tag to compare
@andywer andywer released this 12 Jun 10:24
· 92 commits to master since this release
3d0b7c9

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)