chisel 0.1.0

Some useful utilities to transform WebAssembly binaries, most importantly for WebAssembly used in a deterministic / blockchain context
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.libchisel]
version = "0.1.0"

[dependencies.parity-wasm]
version = "0.21"

[package]
authors = ["Alex Beregszaszi <alex@rtfs.hu>"]
description = "Some useful utilities to transform WebAssembly binaries, most importantly for WebAssembly used in a deterministic / blockchain context"
homepage = "https://github.com/wasmx/wasm-chisel"
license = "Apache-2.0"
name = "chisel"
repository = "https://github.com/wasmx/wasm-chisel"
version = "0.1.0"