wasm-tracing-allocator icon indicating copy to clipboard operation
wasm-tracing-allocator copied to clipboard

A global allocator for Wasm that traces allocations and deallocations for debugging purposes.

Results 3 wasm-tracing-allocator issues
Sort by recently updated
recently updated
newest added

Updates the script url to use the latest version.

### 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)'`: ![20220603_22h51m13s_grim](https://user-images.githubusercontent.com/13566135/171950683-4edc9de7-6b23-464b-9f25-60ca3c773c99.png) instead of something more meaningful. Do I need to...

bug

### Summary i'm using wasmer to run my wasm in rust is it possible to use this outside of a javascript context, with wasmer?

question