mirror of
https://github.com/fluencelabs/wasm-utils
synced 2025-03-16 11:30:51 +00:00
21 lines
331 B
TOML
21 lines
331 B
TOML
|
[package]
|
||
|
name = "wasm-utils"
|
||
|
version = "0.1.0"
|
||
|
authors = ["NikVolf <nikvolf@gmail.com>"]
|
||
|
|
||
|
[dependencies]
|
||
|
parity-wasm = { git="https://github.com/nikvolf/parity-wasm" }
|
||
|
|
||
|
[lib]
|
||
|
|
||
|
[[bin]]
|
||
|
name = "wasm-opt"
|
||
|
path = "opt/src/main.rs"
|
||
|
|
||
|
[[bin]]
|
||
|
name = "wasm-ext"
|
||
|
path = "ext/src/main.rs"
|
||
|
|
||
|
[[bin]]
|
||
|
name = "wasm-gas"
|
||
|
path = "gas/src/main.rs"
|