-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathREADME.tpl
24 lines (18 loc) · 1.14 KB
/
README.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<div align="center">
<h1><code>wasm-tracing-allocator</code></h1>
<strong>A global allocator for Wasm that traces allocations and deallocations for debugging purposes.</strong>
<p>
<a href="https://crates.io/crates/wasm-tracing-allocator"><img src="https://img.shields.io/crates/v/wasm-tracing-allocator.svg?style=flat-square" alt="Crates.io version" /></a>
<a href="https://crates.io/crates/wasm-tracing-allocator"><img src="https://img.shields.io/crates/d/wasm-tracing-allocator.svg?style=flat-square" alt="Download" /></a>
<a href="https://docs.rs/wasm-tracing-allocator"><img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square" alt="docs.rs docs" /></a>
</p>
<h3>
<a href="https://docs.rs/wasm-tracing-allocator">API Docs</a>
<span> | </span>
<a href="https://github.com/rustwasm/wasm-tracing-allocator/blob/master/CONTRIBUTING.md">Contributing</a>
<span> | </span>
<a href="https://discordapp.com/channels/442252698964721669/443151097398296587">Chat</a>
</h3>
<sub>Built with 🦀🕸 by <a href="https://rustwasm.github.io/">The Rust and WebAssembly Working Group</a></sub>
</div>
{{readme}}