You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, building with RelWithDebInfo still doesn't seem to provide debugging information properly.
A simple test of this is to run a build with RelWithDebInfo and then print the starling-raw.wasm binary with wasm-tools print - function names are fully lost in the process.
Unfortunately, building with
RelWithDebInfo
still doesn't seem to provide debugging information properly.A simple test of this is to run a build with
RelWithDebInfo
and then print thestarling-raw.wasm
binary withwasm-tools print
- function names are fully lost in the process.Resolving this is a prerequisite to getting debugging going for ComponentizeJS in bytecodealliance/ComponentizeJS#137.
The text was updated successfully, but these errors were encountered: