wasm-tracing-allocator
wasm-tracing-allocator copied to clipboard
A global allocator for Wasm that traces allocations and deallocations for debugging purposes.
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)'`:  instead of something more meaningful. Do I need to...
### Summary i'm using wasmer to run my wasm in rust is it possible to use this outside of a javascript context, with wasmer?