Feature request
many runtimes support wasm now and deno even supports webgpu, but it's impossible to use transformers.js in this way outside of the browser as it is now
Motivation
I am using deno compile to build and distribute apps, and would like to embed transformers.js inside them. It's also useful for other environments with bad ffi support like many serverless offerings
Your contribution
I could try to submit a PR for this, I just need to know if this is a feature the team would be okay with adding this feature first