I'm trying to use hash-wasm's argon2 implementation with Vercel's Edge runtime and running into an compilation error. It seems hash-wasm's dist files include a hard-coded string of the wasm base64-encoded and then run through `WebAssembly.compile`. Dynamic code evaluation isn't supported in that runtime (https://nextjs.org/docs/messages/edge-dynamic-code-evaluation). Wasm files can be imported differently and handled by nextjs during bundling (ex. `import someWasm from './some.wasm?module'`) but the wasm outputs from hash-wasm don't seem to be shipped as independant artifacts with the library code. I imagine having access to the wasm files could be useful for other situations as well. Would you be open to a PR to add this?
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by TzviPM and has received 2 comments.