wabt 0.1.0

Bindings to the wabt library
Documentation
[package]
name = "wabt"
version = "0.1.0"
authors = ["Sergey Pepyakin <s.pepyakin@gmail.com>"]
license = "Apache-2.0"
repository = "https://github.com/pepyakin/wabt-rs"
homepage = "https://github.com/pepyakin/wabt-rs"
description = "Bindings to the wabt library"
categories = ["api-bindings"]
keywords = ["tools", "webassembly", "wasm"]

[dependencies]
wabt-sys = { path = "wabt-sys", version = "0.1" }