= Pwasm-alloc Parity WASM contracts standard library libc bindings. See https://paritytech.github.io/pwasm-std/pwasm_alloc/ for the documentation. == License `pwasm_alloc` is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), at your choice. See LICENSE-APACHE, and LICENSE-MIT for details. .Summary [source, toml] ---- include::Cargo.toml[lines=2..5] ---- .Description ---- include::src/lib.rs[tag=description] ----