Is it possible to run CSFLE or QE in Vercel?

I have a NextJS application using MongoDB Atlas deployed in Vercel. I would like to know if it’s possible to use CSFLE or QE in Vercel. I couldn’t find any tutorial or document explaning how to do so. My main concern is that I’ve just learnt that there’s a library that is needed for the automatic and queriable encryption to work. I don’t think I’ll be able to load this library in Vercel functions.

I couldn’t find any articles or documentation about this topic either.

Does any of you have tried this?

Thanks!