wasmonkey 0.1.17

Patch a WASM object file to replace a set of exported functions with imported functions from another library
Documentation
[dependencies.anyhow]
version = "1.0.68"

[dependencies.clap]
default-features = false
features = ["std", "cargo", "wrap_help"]
version = "3.2.23"

[dependencies.goblin]
version = "0.6.0"

[dependencies.lazy_static]
version = "1.4.0"

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

[dependencies.serde]
version = "1.0.152"

[dependencies.serde_derive]
version = "1.0.152"

[dependencies.serde_json]
version = "1.0.91"

[dependencies.siphasher]
version = "0.3.10"

[dependencies.thiserror]
version = "1.0.38"

[package]
authors = ["Frank Denis <github@pureftpd.org>"]
categories = ["wasm"]
description = "Patch a WASM object file to replace a set of exported functions with imported functions from another library"
edition = "2018"
homepage = "https://github.com/jedisct1/wasmonkey"
license = "ISC"
name = "wasmonkey"
readme = "README.md"
repository = "https://github.com/jedisct1/wasmonkey"
version = "0.1.17"