emscripten-core / emscripten-core/emscripten
How to identify a link between wasm file and its source code?
Open
- Dominant language
- C++
- Stars
- 27.6k
- Forks
- 3.6k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 105
Description
Hi,
I am trying to identify a link between a wasm file and its source.
Actually, I compile a c/c++ program using emcmake cmake, then emmake make of emscripten.
It generates wasm files. But I want to know, which c/c++ file generated the wasm file? How can I identify this link?
Thanks in advance.
Contributor guide
Assessment
This issue has not been assessed yet.