Embedding, snapshotting, and 7-bit ascii requirement
What are the differences in how a code module is processed when using load_side_module()load_side_module() versus when building an extension and using .esm().esm() and include_js_files!()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...)
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.