embed entry point exists for exactly that case.
What you supply
dist/embed/vpod.js is a single file with no imports, around 0.6 MB, with the
worker and the small core modules already baked in. Load it however your host
loads code, including from a blob.
The one thing it cannot bake in is the engine itself, so you pass it:
Handing over the engine is the trade for a caller with nothing to serve from. It
does mean the browser cannot cache it between visits or stream-compile it the way
it does on the default path, so a page that can serve files is better off with
the normal browser build.