binaryen_capi-sys 0.117.0

Rust Raw Bindings for binaryen
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "binaryen_capi-sys"

version = "0.117.0"

edition = "2021"

authors = ["sakura-aoi"]

license = "Apache-2.0"

description = "Rust Raw Bindings for binaryen"

readme = "README.md"

keywords = ["binaryen", "binding", "wasm", "webassembly"]

categories = ["webassembly", "external-ffi-bindings"]

repository = "https://github.com/ProjectMegu/binaryen-sys"



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]



[build-dependencies]

bindgen = "0.69.4"