#Can't get WASM file to be included (pulling my hair out)
9 messages · Page 1 of 1 (latest)
you will have more luck asking this in https://github.com/vercel/community/discussions
(with a reproduction project)
@umbral pier do you know if it's possible to force files to be bundled into var/task/node_modules/ in Vercel?
nope
welp. lmao.
you need to figure out if the library is already bundling this wasm file or if it needs to build it in your machine, maybe vercel is blocking it from being generated? if the library is bundling it normally then it should be there
hence why I suggested asking in their forum with a basic reproduction so they can understand if its an issue with vercel
Got it. Yeah, it's already there (pre-generated), which is why it's so confusing and frustrating.