[go: up one dir, main page]

parity-wasm 0.10.0

WebAssembly binary format serialization/deserialization/interpreter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "parity-wasm"
version = "0.10.0"
authors = ["Nikolay Volf <nikvolf@gmail.com>", "Svyatoslav Nikolsky <svyatonik@yandex.ru>"]
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/interpreter"
keywords = ["wasm", "webassembly", "bytecode", "serde", "interpreter"] 
exclude = [ "res/*", "spec/*" ]

[dependencies]
log = "0.3"
byteorder = "1.0"
parking_lot = "0.4"