[go: up one dir, main page]

parity-wasm 0.2.0

WebAssembly binary format serialization/deserialization
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "parity-wasm"
version = "0.2.0"
authors = ["NikVolf <nikvolf@gmail.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/nikvolf/parity-wasm"
homepage = "https://github.com/nikvolf/parity-wasm"
documentation = "https://nikvolf.github.io/parity-wasm/parity_wasm/"
description = "WebAssembly binary format serialization/deserialization"
keywords = ["wasm", "webassembly", "bytecode", "serde"] 
exclude = [ "res/*" ]

[dependencies]
byteorder = "1.0"