Inline worker script for easier library usage #153
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
usability
webpack
webpack bundling
Milestone
We should inline our worker script so that the entry bundle can instantiate penumbra workers without any external URL references.
We can do this by adding a build step to compile the worker script and expose this through
process.env
(or similar) for embedding by Webpack. This embedded minified worker script could be allocated to a Blob URI at runtime and used for worker instantiation.The text was updated successfully, but these errors were encountered: