wabt-sys 0.8.0

Bindings to the wabt library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "wabt-sys"
version = "0.8.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 = ["external-ffi-bindings"]
keywords = ["tools", "webassembly", "wasm"]

[build-dependencies]
cmake = "0.1.32"
cc = "1.0.4"

[target.'cfg(windows)'.build-dependencies]
glob = "0.2.11"