Embedding Deno: How to add external dependencies to esm file?
Hi guys I'm currently working on an ort-rust backend for a custom Embedded Deno project.
At this point I would like to know how can I add external JS dependencies to my
esm
file. Since I need to implement the Backend
interface like in onnxruntime-web
.
Also I need to call the registerBackend()
0 Replies