wasm-tracing-allocator
wasm-tracing-allocator copied to clipboard
Seems to just display an error instead of an allocation name
Describe the Bug
Besides #4, I have this problem where the allocation is just listed as: 'Error\n at imports.wbg.__wbg_onalloczeroed_6fc8d…/mateversum_bg.wasm:wasm-function[1432]:0x2c4a6d)':

instead of something more meaningful. Do I need to enable debug info in a specific way for this?
The allocation's name is based on creating an error and getting its stack info. That's why the name starts from Error.
The real problem is chrome's console.table() output squash the long name in the table cell. So I recommend you use firefox to get readable results.
Here's how the table looks like in firefox