Include .wasm files in output trace
See original GitHub issueCurrently it is not possible to import .wasm
files through webpack on serverless functions and have them stay present in the resulting serverless build, it marks the file as having not been found
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (8 by maintainers)
Top Results From Across the Web
Include .wasm files in output trace · Issue #32612 · vercel/next.js
Currently it is not possible to import .wasm files through webpack on serverless functions and have them stay present in the resulting ...
Read more >How to debug Wasm and achieve a reliable stack trace
In this article, we will talk about Wasm, why it's difficult to debug, and some workarounds you can use when debugging Wasm that...
Read more >Chapter 12. Debugging - WebAssembly in Action
In this mode, debug logs and intermediate files are output. The EMCC_DEBUG environment variable or the -v compiler flag are used to control...
Read more >trace.h — Emscripten 3.1.26-git (dev) documentation
Compiler Interaction¶ ; --tracing to ; emcc at each compile and link stage. This will automatically include the ; library_trace.js library file as...
Read more >Using the compiler | The AssemblyScript Book
A single program can have multiple entries, with the exports of each entry becoming the ... --outFile, -o Specifies the WebAssembly output file...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It seems to find the wasm file just fine with nft.
It sounds like the issue is Next.js, cc @ijjk
yep same issue. workaround mentioned here.
you can check out my repo. building and deploying fine on vercel.