Embedding, snapshotting, and 7-bit ascii requirement

What are the differences in how a code module is processed when using
load_side_module()
versus when building an extension and using
.esm()
and
include_js_files!()
?

I have an embed scenario working as expected with a JavaScript module, but less efficiently than I'd like (I suppose). I'd like to make it more efficient using snapshotting, but I'm hitting roadblocks that I don't understand. (Details follow...)
Was this page helpful?