Hi,


I generated WASM with C++ function names (DEMANGLE_SUPPORT is enabled).

After using wasm-opt, all symbolic names are replaced with numeric indices.
I tested wasm-opt with not optimizing parameters:

wasm-opt --optimize-level 0 --shrink-level 0 source.wasm -o dest.wasm


but the result hasn’t changed. 



Is there any way to save demangle C++ function names when using wasm-opt?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/emscripten-discuss/ab7e5990-f250-4d5f-b326-3f72979e3227%40googlegroups.com.

Reply via email to